Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24684
b: refs/heads/master
c: 4e5077b
h: refs/heads/master
v: v3
  • Loading branch information
Jens Osterkamp authored and Jeff Garzik committed Mar 29, 2006
1 parent bfcbe02 commit 89bf630
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: 00b428c2ab35c81905b3e39d673689216dbd4742
refs/heads/master: 4e5077b62b1f67fe0df916e387da4a6dabe577e9
2 changes: 1 addition & 1 deletion trunk/drivers/net/spider_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ spider_net_handle_error_irq(struct spider_net_card *card, u32 status_reg)
case SPIDER_NET_GRFAFLLINT: /* fallthrough */
case SPIDER_NET_GRMFLLINT:
if (netif_msg_intr(card) && net_ratelimit())
pr_err("Spider RX RAM full, incoming packets "
pr_debug("Spider RX RAM full, incoming packets "
"might be discarded!\n");
spider_net_rx_irq_off(card);
tasklet_schedule(&card->rxram_full_tl);
Expand Down

0 comments on commit 89bf630

Please sign in to comment.