Skip to content

Commit

Permalink
iwlwifi: add line feed to printk
Browse files Browse the repository at this point in the history
This adds line feed to printk.

Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Wu, Fengguang authored and John W. Linville committed Dec 19, 2008
1 parent 34c22cf commit 5c11ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-led.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static int iwl_get_blink_rate(struct iwl_priv *priv)
if (tpt > (blink_tbl[i].tpt * IWL_1MB_RATE))
break;

IWL_DEBUG_LED("LED BLINK IDX=%d", i);
IWL_DEBUG_LED("LED BLINK IDX=%d\n", i);
return i;
}

Expand Down

0 comments on commit 5c11ec6

Please sign in to comment.