Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0285c8dc authored by Bruce Allan's avatar Bruce Allan Committed by David S. Miller
Browse files

e1000e: cosmetic newline in debug message



Add missing newline from debug message.

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5c48ef3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1895,7 +1895,7 @@ static s32 e1000_reset_hw_ich8lan(struct e1000_hw *hw)
		ctrl |= E1000_CTRL_PHY_RST;
		ctrl |= E1000_CTRL_PHY_RST;
	}
	}
	ret_val = e1000_acquire_swflag_ich8lan(hw);
	ret_val = e1000_acquire_swflag_ich8lan(hw);
	hw_dbg(hw, "Issuing a global reset to ich8lan");
	hw_dbg(hw, "Issuing a global reset to ich8lan\n");
	ew32(CTRL, (ctrl | E1000_CTRL_RST));
	ew32(CTRL, (ctrl | E1000_CTRL_RST));
	msleep(20);
	msleep(20);