]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
igb: Fix hw_dbg logging in igb_update_flash_i210
authorHannu Lounento <hannu.lounento@ge.com>
Mon, 2 Jan 2017 17:26:06 +0000 (18:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Nov 2017 08:01:05 +0000 (09:01 +0100)
commit170c8c366ad4b23e285f37311ff106c3a6f737b1
treeaf3666ee612c11f53fe6af6ca6fc3ad089c38530
parent3d208b5adcf3199bb84b13c2b83d39886c0a4fb2
igb: Fix hw_dbg logging in igb_update_flash_i210

[ Upstream commit 76ed5a8f47476e4984cc8c0c1bc4cee62650f7fd ]

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 <hannu.lounento@ge.com>
Signed-off-by: Peter Senna Tschudin <peter.senna@collabora.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/intel/igb/e1000_i210.c