Re: [net-next 12/15] i40evf: fix compiler warning of unused variable

2015-11-26 Thread Sergei Shtylyov
Hello. On 11/23/2015 10:36 PM, Jeff Kirsher wrote: From: Jesse Brandeburg Compiler complained of an unused variable, which the driver was just using to store the result of a rd32 which is used to clear a register unconditionally. Just drop the unused variable and re-use one. I don't see

[net-next 12/15] i40evf: fix compiler warning of unused variable

2015-11-23 Thread Jeff Kirsher
From: Jesse Brandeburg Compiler complained of an unused variable, which the driver was just using to store the result of a rd32 which is used to clear a register unconditionally. Just drop the unused variable and re-use one. Signed-off-by: Jesse Brandeburg Tested-by: Andrew Bowers Signed-off-