> From: [email protected] [mailto:netdev- > [email protected]] On Behalf Of Peter Senna Tschudin > Sent: Monday, January 2, 2017 9:26 AM > Cc: Hannu Lounento <[email protected]>; Peter Senna Tschudin > <[email protected]>; Kirsher, Jeffrey T > <[email protected]>; moderated list:INTEL ETHERNET DRIVERS > <[email protected]>; open list:NETWORKING DRIVERS > <[email protected]>; open list <[email protected]> > Subject: [PATCH 1/1] igb: Fix hw_dbg logging in igb_update_flash_i210 > > From: Hannu Lounento <[email protected]> > > Fix an if statement with hw_dbg lines where the logic was inverted with > regards to the corresponding return value used in the if statement. > > Signed-off-by: Hannu Lounento <[email protected]> > Signed-off-by: Peter Senna Tschudin <[email protected]> > --- > drivers/net/ethernet/intel/igb/e1000_i210.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Tested-by: Aaron Brown <[email protected]>

