Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255765
b: refs/heads/master
c: 545a8aa
h: refs/heads/master
i:
  255763: dfc3808
v: v3
  • Loading branch information
Nikanth Karthikesan authored and John W. Linville committed Jun 17, 2011
1 parent c111219 commit bad35be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d7520b1d2a9ffae94323ffac9dc37d92f656051f
refs/heads/master: 545a8aa793e04bee7a7e2aa8caa70bed94fd7a5c
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/libertas/if_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,6 @@ static irqreturn_t if_spi_host_interrupt(int irq, void *dev_id)
static int if_spi_init_card(struct if_spi_card *card)
{
struct lbs_private *priv = card->priv;
struct spi_device *spi = card->spi;
int err, i;
u32 scratch;
const struct firmware *helper = NULL;
Expand Down Expand Up @@ -1080,8 +1079,9 @@ static int if_spi_init_card(struct if_spi_card *card)
"attached to SPI bus_num %d, chip_select %d. "
"spi->max_speed_hz=%d\n",
card->card_id, card->card_rev,
spi->master->bus_num, spi->chip_select,
spi->max_speed_hz);
card->spi->master->bus_num,
card->spi->chip_select,
card->spi->max_speed_hz);
err = if_spi_prog_helper_firmware(card, helper);
if (err)
goto out;
Expand Down

0 comments on commit bad35be

Please sign in to comment.