Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255438
b: refs/heads/master
c: 5c30c76
h: refs/heads/master
v: v3
  • Loading branch information
Greg Dietsche authored and John W. Linville committed Jun 3, 2011
1 parent eff1b1e commit c04ff99
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: 8e638188b2b84ef9bb9ccbb87b92dda9d0a77bcb
refs/heads/master: 5c30c76ee616fffb47cbd9810bfd0a99ce4ddb38
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 @@ -915,7 +915,7 @@ static int iwl4965_fill_txpower_tbl(struct iwl_priv *priv, u8 band, u16 channel,
if (txatten_grp < 0) {
IWL_ERR(priv, "Can't find txatten group for channel %d.\n",
channel);
return -EINVAL;
return txatten_grp;
}

IWL_DEBUG_TXPOWER(priv, "channel %d belongs to txatten group %d\n",
Expand Down

0 comments on commit c04ff99

Please sign in to comment.