Re: [PATCH net-next V2 02/10] liquidio: Macro replacements

2016-07-03 Thread Joe Perches
On Sun, 2016-07-03 at 13:56 -0700, Raghu Vatsavayi wrote: > This patch has minor replacements of ACCESS_ONCE macros with > WRITE_ONCE and replacement of BUG_ON with polite version WARN_ON. And makes some functions static. > diff --git a/drivers/net/ethernet/cavium/liquidio/cn66xx_device.c >

[PATCH net-next V2 02/10] liquidio: Macro replacements

2016-07-03 Thread Raghu Vatsavayi
This patch has minor replacements of ACCESS_ONCE macros with WRITE_ONCE and replacement of BUG_ON with polite version WARN_ON. Signed-off-by: Derek Chickles Signed-off-by: Satanand Burla Signed-off-by: Felix Manlunas