Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139625
b: refs/heads/master
c: ebe28bb
h: refs/heads/master
i:
  139623: 8694283
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Apr 3, 2009
1 parent 8b23dd4 commit 019bb78
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: 83f9ef463bcb4ba7b4fee1d6212fac7d277010d3
refs/heads/master: ebe28bb41573502518805d0c9b39fc6426008fd1
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/net_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ static int uml_inetaddr_event(struct notifier_block *this, unsigned long event,
void (*proc)(unsigned char *, unsigned char *, void *);
unsigned char addr_buf[4], netmask_buf[4];

if (dev->open != uml_net_open)
if (dev->netdev_ops->ndo_open != uml_net_open)
return NOTIFY_DONE;

lp = netdev_priv(dev);
Expand Down

0 comments on commit 019bb78

Please sign in to comment.