Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41533
b: refs/heads/master
c: edf9016
h: refs/heads/master
i:
  41531: c567901
v: v3
  • Loading branch information
Amit S. Kale authored and Jeff Garzik committed Dec 2, 2006
1 parent 9c3439d commit d21b520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 38e3a6466f369944a2a1ec9aee9a9e472689d0a9
refs/heads/master: edf901638144525a140c68be01be1b22e6041a6d
3 changes: 2 additions & 1 deletion trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ netxen_nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
}

SET_MODULE_OWNER(netdev);
SET_NETDEV_DEV(netdev, &pdev->dev);

port = netdev_priv(netdev);
port->netdev = netdev;
Expand Down Expand Up @@ -1043,7 +1044,7 @@ static int netxen_nic_poll(struct net_device *netdev, int *budget)
netxen_nic_enable_int(adapter);
}

return (done ? 0 : 1);
return !done;
}

#ifdef CONFIG_NET_POLL_CONTROLLER
Expand Down

0 comments on commit d21b520

Please sign in to comment.