Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89972
b: refs/heads/master
c: 58e3073
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and John W. Linville committed Feb 29, 2008
1 parent e1752ab commit ba42d24
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9a89c839f79395426b84cf6da9d56773402b4c0e
refs/heads/master: 58e307398317ab55470547a7d72859c89edd187d
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/p54common.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ int p54_parse_eeprom(struct ieee80211_hw *dev, void *eeprom, int len)
case PDR_END:
i = len;
break;
default:
printk(KERN_INFO "p54: unknown eeprom code : 0x%x\n",
le16_to_cpu(entry->code));
break;
}

entry = (void *)entry + (entry_len + 1)*2;
Expand Down

0 comments on commit ba42d24

Please sign in to comment.