Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253071
b: refs/heads/master
c: dfe2158
h: refs/heads/master
i:
  253069: 7582f0b
  253067: 85cd128
  253063: 39da8d9
  253055: 2a87299
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Jun 1, 2011
1 parent 709c0b9 commit 61c72ab
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a7567b2059020bf3fa96c389ec25eed8e28ad4ba
refs/heads/master: dfe21582ac5ebc460dda98c67e8589dd506d02cd
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlegacy/iwl-4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ static void iwl4965_temperature_calib(struct iwl_priv *priv)
s32 temp;

temp = iwl4965_hw_get_temperature(priv);
if (temp < 0)
if (IWL_TX_POWER_TEMPERATURE_OUT_OF_RANGE(temp))
return;

if (priv->temperature != temp) {
Expand Down

0 comments on commit 61c72ab

Please sign in to comment.