Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352048
b: refs/heads/master
c: 4f46385
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Khoroshilov authored and David S. Miller committed Feb 3, 2013
1 parent 7a787ae commit 84e2837
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 33397a71217dda91b436726f046d78525fd08b22
refs/heads/master: 4f463855c7d5a0ed0faa62497f3006336e74ee16
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ static int stmmac_pci_probe(struct pci_dev *pdev,
priv = stmmac_dvr_probe(&(pdev->dev), &plat_dat, addr);
if (!priv) {
pr_err("%s: main driver probe failed", __func__);
ret = -ENODEV;
goto err_out;
}
priv->dev->irq = pdev->irq;
Expand Down

0 comments on commit 84e2837

Please sign in to comment.