RE: [PATCH 1/1] igb: Fix hw_dbg logging in igb_update_flash_i210

2017-01-05 Thread Brown, Aaron F
st:NETWORKING DRIVERS > ; open list > Subject: [PATCH 1/1] igb: Fix hw_dbg logging in igb_update_flash_i210 > > From: Hannu Lounento > > Fix an if statement with hw_dbg lines where the logic was inverted with > regards to the corresponding return value used in the if sta

Re: [PATCH 1/1] igb: Fix hw_dbg logging in igb_update_flash_i210

2017-01-03 Thread David Miller
From: Peter Senna Tschudin Date: Mon, 2 Jan 2017 18:26:06 +0100 > From: Hannu Lounento > > 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 > Signed-off-by: Peter Se

[PATCH 1/1] igb: Fix hw_dbg logging in igb_update_flash_i210

2017-01-02 Thread Peter Senna Tschudin
From: Hannu Lounento 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 Signed-off-by: Peter Senna Tschudin --- drivers/net/ethernet/intel/igb/e1000_i210.c | 4 ++-- 1 file c