Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107108
b: refs/heads/master
c: 0312110
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and John W. Linville committed Jul 29, 2008
1 parent f031c57 commit 4de6cbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 023a04bebe7030c1e6d5347bd3f27a3e49a1f222
refs/heads/master: 031211049b71619f7e776521963c082ca453d9fd
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-led.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,9 @@ static int iwl_get_blink_rate(struct iwl_priv *priv)
if (tpt < 0) /* wrapparound */
tpt = -tpt;

IWL_DEBUG_LED("tpt %lld current_tpt %lld\n", tpt, current_tpt);
IWL_DEBUG_LED("tpt %lld current_tpt %llu\n",
(long long)tpt,
(unsigned long long)current_tpt);
priv->led_tpt = current_tpt;

if (!priv->allow_blinking)
Expand Down

0 comments on commit 4de6cbf

Please sign in to comment.