Commit 95b9d2db authored by David S. Miller's avatar David S. Miller

[NET]: Fix typo in ns83820 sysfs changes.

parent 6e2b5ada
......@@ -1791,7 +1791,7 @@ static int __devinit ns83820_init_one(struct pci_dev *pci_dev, const struct pci_
dev->ee.cache = &dev->MEAR_cache;
dev->ee.lock = &dev->misc_lock;
SET_MODULE_OWNER(dev->net_dev);
SET_NETDEV_DEV(dev->net_dev, &pcid->dev);
SET_NETDEV_DEV(&dev->net_dev, &pci_dev->dev);
dev->net_dev.priv = dev;
INIT_WORK(&dev->tq_refill, queue_refill, dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment