Skip to content
Commit 2719cb44 authored by Lijun Pan's avatar Lijun Pan Committed by Jakub Kicinski
Browse files

ibmvnic: remove unnecessary rmb() inside ibmvnic_poll



rmb() can be removed since:
1. pending_scrq() has dma_rmb() at the function end;
2. dma_rmb(), though weaker, is enough here.

Signed-off-by: default avatarLijun Pan <ljp@linux.ibm.com>
Acked-by: default avatarDwip Banerjee <dnbanerg@us.ibm.com>
Acked-by: default avatarThomas Falcon <tlfalcon@linux.ibm.com>
Reviewed-by: default avatarBrian King <brking@linux.vnet.ibm.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 665ab1eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment