Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57057
b: refs/heads/master
c: ef50a6c
h: refs/heads/master
i:
  57055: 8a48ba7
v: v3
  • Loading branch information
Stefan Richter committed May 27, 2007
1 parent 4a52a2f commit ae3331e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 7a97bc03e089d1a75dc533f0fe69ec8dac672916
refs/heads/master: ef50a6c59dc66f22eba67704e291d709f21e0456
7 changes: 3 additions & 4 deletions trunk/drivers/ieee1394/eth1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,10 +599,9 @@ static void ether1394_add_host(struct hpsb_host *host)
}

SET_MODULE_OWNER(dev);
#if 0
/* FIXME - Is this the correct parent device anyway? */
SET_NETDEV_DEV(dev, &host->device);
#endif

/* This used to be &host->device in Linux 2.6.20 and before. */
SET_NETDEV_DEV(dev, host->device.parent);

priv = netdev_priv(dev);
INIT_LIST_HEAD(&priv->ip_node_list);
Expand Down

0 comments on commit ae3331e

Please sign in to comment.