Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19875
b: refs/heads/master
c: 8351538
h: refs/heads/master
i:
  19873: c1a9f2f
  19871: 3b2f7e0
v: v3
  • Loading branch information
Alexey Dobriyan authored and Francois Romieu committed Feb 1, 2006
1 parent 3714b8e commit 80bdd74
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: 726ecdcf688314aa8d4a4841f5f126c2cb4ecbf5
refs/heads/master: 8351538db6613f40089789ec90e1b58304eb7ffd
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 80bdd74

Please sign in to comment.