Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332907
b: refs/heads/master
c: 043c478
h: refs/heads/master
i:
  332905: 6dca03b
  332903: 3bfe646
v: v3
  • Loading branch information
Peter Senna Tschudin authored and David S. Miller committed Oct 7, 2012
1 parent c63d9b7 commit 89ea56f
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: 97db4b9d02a8fc2f06514f10f6b426b97f6f7a0d
refs/heads/master: 043c4789726e6abb5be6115cb054af4926481952
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/renesas/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2438,6 +2438,7 @@ static int sh_eth_drv_probe(struct platform_device *pdev)
rtsu = platform_get_resource(pdev, IORESOURCE_MEM, 1);
if (!rtsu) {
dev_err(&pdev->dev, "Not found TSU resource\n");
ret = -ENODEV;
goto out_release;
}
mdp->tsu_addr = ioremap(rtsu->start,
Expand Down

0 comments on commit 89ea56f

Please sign in to comment.