Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19333
b: refs/heads/master
c: 386093e
h: refs/heads/master
i:
  19331: b81bc80
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 1, 2006
1 parent 04fade1 commit 6ce6e03
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: ce5f8d70ba6e3d7ffcaff86b2cf91a42c27f77af
refs/heads/master: 386093ef9a6c88576d8b418bf1c8616d5e410a20
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ static void ipw_eeprom_init_sram(struct ipw_priv *priv)
copy. Otherwise let the firmware know to perform the operation
on it's own
*/
if ((priv->eeprom + EEPROM_VERSION) != 0) {
if (priv->eeprom[EEPROM_VERSION] != 0) {
IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n");

/* write the eeprom data to sram */
Expand Down

0 comments on commit 6ce6e03

Please sign in to comment.