Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180193
b: refs/heads/master
c: aeedba8
h: refs/heads/master
i:
  180191: 6130c49
v: v3
  • Loading branch information
Choi, David authored and David S. Miller committed Jan 28, 2010
1 parent 2d60106 commit 36ee161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7b139c83c590d4965259aad8889cbb08104b2891
refs/heads/master: aeedba8bd2cf2f6f7b45bc7853754a03bc926797
4 changes: 2 additions & 2 deletions trunk/drivers/net/ks8851_mll.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,8 +854,8 @@ static void ks_update_link_status(struct net_device *netdev, struct ks_net *ks)

static irqreturn_t ks_irq(int irq, void *pw)
{
struct ks_net *ks = pw;
struct net_device *netdev = ks->netdev;
struct net_device *netdev = pw;
struct ks_net *ks = netdev_priv(netdev);
u16 status;

/*this should be the first in IRQ handler */
Expand Down

0 comments on commit 36ee161

Please sign in to comment.