Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300532
b: refs/heads/master
c: 4ee39fd
h: refs/heads/master
v: v3
  • Loading branch information
Francois Romieu committed Apr 7, 2012
1 parent 3415572 commit 8bc3b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 36b7777590be33567be50db7f82282c3237428ad
refs/heads/master: 4ee39fd1a97115f537664cf18dc85bda916c24e5
2 changes: 0 additions & 2 deletions trunk/drivers/net/ethernet/sun/sungem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2899,7 +2899,6 @@ static int __devinit gem_init_one(struct pci_dev *pdev,
}

gp->pdev = pdev;
dev->base_addr = (long) pdev;
gp->dev = dev;

gp->msg_enable = DEFAULT_MSG;
Expand Down Expand Up @@ -2973,7 +2972,6 @@ static int __devinit gem_init_one(struct pci_dev *pdev,
netif_napi_add(dev, &gp->napi, gem_poll, 64);
dev->ethtool_ops = &gem_ethtool_ops;
dev->watchdog_timeo = 5 * HZ;
dev->irq = pdev->irq;
dev->dma = 0;

/* Set that now, in case PM kicks in now */
Expand Down

0 comments on commit 8bc3b3e

Please sign in to comment.