Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214617
b: refs/heads/master
c: f4bbf92
h: refs/heads/master
i:
  214615: 7354257
v: v3
  • Loading branch information
Michael Büsch authored and John W. Linville committed Sep 7, 2010
1 parent d828628 commit 5ca5b12
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c2ba33424600e742f4d44ba2237024e6322a00fa
refs/heads/master: f4bbf922f39696ed5517ac91a823e4120cb649d0
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/p54/p54spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ static int p54spi_request_eeprom(struct ieee80211_hw *dev)
dev_info(&priv->spi->dev, "loading default eeprom...\n");
ret = p54_parse_eeprom(dev, (void *) p54spi_eeprom,
sizeof(p54spi_eeprom));
#else
dev_err(&priv->spi->dev, "Failed to request user eeprom\n");
#endif /* CONFIG_P54_SPI_DEFAULT_EEPROM */
} else {
dev_info(&priv->spi->dev, "loading user eeprom...\n");
Expand Down

0 comments on commit 5ca5b12

Please sign in to comment.