Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342110
b: refs/heads/master
c: 7177d8f
h: refs/heads/master
v: v3
  • Loading branch information
Gabor Juhos authored and John W. Linville committed Dec 10, 2012
1 parent 4beed2b commit c557a48
Show file tree
Hide file tree
Showing 2 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: 2fd2cdfb6d2f3c3d18f2e47f41679a7bde9bcbf3
refs/heads/master: 7177d8f998c452701ad5352cca12408e26f80b07
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ bool ath9k_hw_nvram_read(struct ath_common *common, u32 off, u16 *data)

ret = common->bus_ops->eeprom_read(common, off, data);
if (!ret)
ath_dbg(common, EEPROM, "Unable to read eeprom region\n");
ath_dbg(common, EEPROM,
"unable to read eeprom region at offset %u\n", off);

return ret;
}
Expand Down

0 comments on commit c557a48

Please sign in to comment.