Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342119
b: refs/heads/master
c: 36b07d1
h: refs/heads/master
i:
  342117: c1b45e5
  342115: 2356084
  342111: daff62b
v: v3
  • Loading branch information
Gabor Juhos authored and John W. Linville committed Dec 11, 2012
1 parent be5239a commit 3ac93d6
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: e576defd1fe1ade5afe590eadd556dce5473fc26
refs/heads/master: 36b07d15a656b657beaf9e6357a341768192fad2
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ static int ath9k_init_softc(u16 devid, struct ath_softc *sc,
ath_read_cachesize(common, &csz);
common->cachelsz = csz << 2; /* convert to bytes */

if (pdata->eeprom_name) {
if (pdata && pdata->eeprom_name) {
ret = ath9k_eeprom_request(sc, pdata->eeprom_name);
if (ret)
goto err_eeprom;
Expand Down

0 comments on commit 3ac93d6

Please sign in to comment.