Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156358
b: refs/heads/master
c: 9f9857b
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Aug 3, 2009
1 parent 6acff9e commit 674a5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c37457e69ffd7d3c94cbfcc1c39be9a45dd7ad21
refs/heads/master: 9f9857bb5e147b977b9878c46e3dd87c9e8caf50
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/iwmc3200wifi/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ int iwm_store_rxiq_calib_result(struct iwm_priv *iwm)
eeprom_rxiq = iwm_eeprom_access(iwm, IWM_EEPROM_CALIB_RXIQ);
if (IS_ERR(eeprom_rxiq)) {
IWM_ERR(iwm, "Couldn't access EEPROM RX IQ entry\n");
kfree(rxiq);
return PTR_ERR(eeprom_rxiq);
}

Expand Down

0 comments on commit 674a5f0

Please sign in to comment.