mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
e1000e: Add space to the debug print
Minor fixes to allow debug prints more readable. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
parent
8e25c0a212
commit
ade4162e80
|
|
@ -1269,9 +1269,11 @@ static s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force)
|
|||
usleep_range(10000, 11000);
|
||||
}
|
||||
if (firmware_bug)
|
||||
e_warn("ULP_CONFIG_DONE took %dmsec. This is a firmware bug\n", i * 10);
|
||||
e_warn("ULP_CONFIG_DONE took %d msec. This is a firmware bug\n",
|
||||
i * 10);
|
||||
else
|
||||
e_dbg("ULP_CONFIG_DONE cleared after %dmsec\n", i * 10);
|
||||
e_dbg("ULP_CONFIG_DONE cleared after %d msec\n",
|
||||
i * 10);
|
||||
|
||||
if (force) {
|
||||
mac_reg = er32(H2ME);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user