Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cad6a84a authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* '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
parents 0ab602e5 7a9eeb2f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);