Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42063
b: refs/heads/master
c: ef9467f
h: refs/heads/master
i:
  42061: fba94b3
  42059: 1085d3a
  42055: 51c21dc
  42047: 51fb840
v: v3
  • Loading branch information
Jurij Smakov authored and David S. Miller committed Dec 4, 2006
1 parent ede3a2a commit 4bd3127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83ac58ba0a26228c0b16baa2c4b821de9c4ad5ca
refs/heads/master: ef9467f8f0803881d6b20ad6f0f770fc39bcc2c2
5 changes: 5 additions & 0 deletions trunk/drivers/net/sunhme.c
Original file line number Diff line number Diff line change
Expand Up @@ -3012,6 +3012,11 @@ static int __devinit happy_meal_pci_probe(struct pci_dev *pdev,
#endif

err = -ENODEV;

if (pci_enable_device(pdev))
goto err_out;
pci_set_master(pdev);

if (!strcmp(prom_name, "SUNW,qfe") || !strcmp(prom_name, "qfe")) {
qp = quattro_pci_find(pdev);
if (qp == NULL)
Expand Down

0 comments on commit 4bd3127

Please sign in to comment.