[PATCH] NetXen: Fixed /sys mapping between device and driver
Signed-off-by: Amit S. Kale <amitkale@netxen.com> netxen_nic_main.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
committed by
Jeff Garzik
parent
38e3a6466f
commit
edf9016381
@@ -273,6 +273,7 @@ netxen_nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
|
|||||||
}
|
}
|
||||||
|
|
||||||
SET_MODULE_OWNER(netdev);
|
SET_MODULE_OWNER(netdev);
|
||||||
|
SET_NETDEV_DEV(netdev, &pdev->dev);
|
||||||
|
|
||||||
port = netdev_priv(netdev);
|
port = netdev_priv(netdev);
|
||||||
port->netdev = netdev;
|
port->netdev = netdev;
|
||||||
@@ -1043,7 +1044,7 @@ static int netxen_nic_poll(struct net_device *netdev, int *budget)
|
|||||||
netxen_nic_enable_int(adapter);
|
netxen_nic_enable_int(adapter);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (done ? 0 : 1);
|
return !done;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_NET_POLL_CONTROLLER
|
#ifdef CONFIG_NET_POLL_CONTROLLER
|
||||||
|
Reference in New Issue
Block a user