Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290098
b: refs/heads/master
c: 0f09a34
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and David S. Miller committed Feb 13, 2012
1 parent a2e79f6 commit 379bb3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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: 4807f643872fce66108346d9e406c6df119bf395
refs/heads/master: 0f09a343dabeadc4dcde4714317e25de2e93fd13
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int __devinit stmmac_pci_probe(struct pci_dev *pdev,

priv = stmmac_dvr_probe(&(pdev->dev), &plat_dat);
if (!priv) {
pr_err("%s: main drivr probe failed", __func__);
pr_err("%s: main driver probe failed", __func__);
goto err_out;
}
priv->ioaddr = addr;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static int stmmac_pltfr_probe(struct platform_device *pdev)
plat_dat = pdev->dev.platform_data;
priv = stmmac_dvr_probe(&(pdev->dev), plat_dat);
if (!priv) {
pr_err("%s: main drivr probe failed", __func__);
pr_err("%s: main driver probe failed", __func__);
goto out_unmap;
}

Expand Down

0 comments on commit 379bb3e

Please sign in to comment.