Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19871
b: refs/heads/master
c: 3e710bf
h: refs/heads/master
i:
  19869: 3d7d0a1
  19867: d5fc238
  19863: cb1f4e5
  19855: 11f5b40
  19839: 114cff4
v: v3
  • Loading branch information
Alexey Dobriyan authored and Jeff Garzik committed Feb 7, 2006
1 parent 7153945 commit 3b2f7e0
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: 3418db7cfacffcf120996b10a785b7315bf0df82
refs/heads/master: 3e710bfa6d92e777050f19a52b4fbbb7eeffb3a0
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/dscc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ static int dscc4_init_ring(struct net_device *dev)
(++i%TX_RING_SIZE)*sizeof(*tx_fd));
} while (i < TX_RING_SIZE);

if (dscc4_init_dummy_skb(dpriv) < 0)
if (!dscc4_init_dummy_skb(dpriv))
goto err_free_dma_tx;

memset(dpriv->rx_skbuff, 0, sizeof(struct sk_buff *)*RX_RING_SIZE);
Expand Down

0 comments on commit 3b2f7e0

Please sign in to comment.