Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277593
b: refs/heads/master
c: 8f5f698
h: refs/heads/master
i:
  277591: 9eeac57
v: v3
  • Loading branch information
david decotigny authored and David S. Miller committed Nov 17, 2011
1 parent 82d6fcf commit 5ffd2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0a1f222d24817bd57545dfb9573b5424db27d1d5
refs/heads/master: 8f5f69824fe221a36df781c2aee9fa1d74e89077
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/nvidia/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -5532,7 +5532,7 @@ static int __devinit nv_probe(struct pci_dev *pci_dev, const struct pci_device_i
init_timer(&np->nic_poll);
np->nic_poll.data = (unsigned long) dev;
np->nic_poll.function = nv_do_nic_poll; /* timer handler */
init_timer(&np->stats_poll);
init_timer_deferrable(&np->stats_poll);
np->stats_poll.data = (unsigned long) dev;
np->stats_poll.function = nv_do_stats_poll; /* timer handler */

Expand Down

0 comments on commit 5ffd2eb

Please sign in to comment.