Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79270
b: refs/heads/master
c: a24a789
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and David S. Miller committed Jan 28, 2008
1 parent 5d9e42e commit 6d5536e
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: bcc52894988ac8471667d84eb7d118af37763338
refs/heads/master: a24a789cc6b0a736759bd221b0a32f9a240c2f6e
2 changes: 1 addition & 1 deletion trunk/drivers/net/sgiseeq.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static int seeq_init_ring(struct net_device *dev)

/* And now the rx ring. */
for (i = 0; i < SEEQ_RX_BUFFERS; i++) {
if (!sp->rx_desc[i].rdma.pbuf) {
if (!sp->rx_desc[i].skb) {
dma_addr_t dma_addr;
struct sk_buff *skb = netdev_alloc_skb(dev, PKT_BUF_SZ);

Expand Down

0 comments on commit 6d5536e

Please sign in to comment.