Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265899
b: refs/heads/master
c: 1ba45b9
h: refs/heads/master
i:
  265897: f72933b
  265895: cf446f5
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Aug 29, 2011
1 parent 59ed838 commit 2b2217b
Show file tree
Hide file tree
Showing 3 changed files with 3 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: cf3af74824b1bf2bd60eb6a0dd82b27f9e9236ac
refs/heads/master: 1ba45b9e3a366fee0603cda51e61935b7dc9db7d
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -3318,7 +3318,7 @@ static int ar9300_eeprom_restore_internal(struct ath_hw *ah,

word = kzalloc(2048, GFP_KERNEL);
if (!word)
return -1;
return -ENOMEM;

memcpy(mptr, &ar9300_default, mdata_size);

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ath9k/htc_drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,7 @@ static void ath9k_htc_configure_filter(struct ieee80211_hw *hw,
if (priv->op_flags & OP_INVALID) {
ath_dbg(ath9k_hw_common(priv->ah), ATH_DBG_ANY,
"Unable to configure filter on invalid state\n");
mutex_unlock(&priv->mutex);
return;
}
ath9k_htc_ps_wakeup(priv);
Expand Down

0 comments on commit 2b2217b

Please sign in to comment.