Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256305
b: refs/heads/master
c: eff896c
h: refs/heads/master
i:
  256303: 5d0e136
v: v3
  • Loading branch information
Andre Heider authored and David S. Miller committed Jul 14, 2011
1 parent 722c707 commit a4ec085
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bb4f85ce1731d78648870333f0ce77123fa162e6
refs/heads/master: eff896ce0b4231a998d8b3aa81e846ffc4f6c0a4
4 changes: 3 additions & 1 deletion trunk/drivers/net/ps3_gelic_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,11 @@ static int gelic_card_kick_txdma(struct gelic_card *card,
card->tx_dma_progress = 1;
status = lv1_net_start_tx_dma(bus_id(card), dev_id(card),
descr->bus_addr, 0);
if (status)
if (status) {
card->tx_dma_progress = 0;
dev_info(ctodev(card), "lv1_net_start_txdma failed," \
"status=%d\n", status);
}
}
return status;
}
Expand Down

0 comments on commit a4ec085

Please sign in to comment.