Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69339
b: refs/heads/master
c: 88a15f2
h: refs/heads/master
i:
  69337: a49714f
  69335: ddc9aab
v: v3
  • Loading branch information
Emil Medve authored and Jeff Garzik committed Oct 15, 2007
1 parent ecc851e commit 91e587b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 293c8513398657f6263fcdb03c87f2760cf61be4
refs/heads/master: 88a15f2e28bd6a908b2925f1b76e70ef3a88297d
5 changes: 4 additions & 1 deletion trunk/drivers/net/ucc_geth.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#define UGETH_MSG_DEFAULT (NETIF_MSG_IFUP << 1 ) - 1

void uec_set_ethtool_ops(struct net_device *netdev);

static DEFINE_SPINLOCK(ugeth_lock);

static struct {
Expand Down Expand Up @@ -3454,9 +3454,12 @@ static int ucc_geth_rx(struct ucc_geth_private *ugeth, u8 rxQ, int rx_work_limit
u16 length, howmany = 0;
u32 bd_status;
u8 *bdBuffer;
struct net_device * dev;

ugeth_vdbg("%s: IN", __FUNCTION__);

dev = ugeth->dev;

/* collect received buffers */
bd = ugeth->rxBd[rxQ];

Expand Down

0 comments on commit 91e587b

Please sign in to comment.