aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-23 11:02:45 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-23 11:02:45 -0700
commitcad6a84a3913bc2d8a7ebb183e385dd6a2b76438 (patch)
tree88caf0cfccdbac8b6d4a7840c57e56f06d7c5bb3 /drivers
parentMerge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 (diff)
parentieee1394: fix oops on "modprobe -r ohci1394" after network class_device conversion (diff)
downloadlinux-dev-cad6a84a3913bc2d8a7ebb183e385dd6a2b76438.tar.xz
linux-dev-cad6a84a3913bc2d8a7ebb183e385dd6a2b76438.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6: ieee1394: fix oops on "modprobe -r ohci1394" after network class_device conversion
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ieee1394/eth1394.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ieee1394/eth1394.c b/drivers/ieee1394/eth1394.c
index a95313521985..03e44b337eb0 100644
--- a/drivers/ieee1394/eth1394.c
+++ b/drivers/ieee1394/eth1394.c
@@ -584,7 +584,10 @@ 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
priv = netdev_priv(dev);