Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183343
b: refs/heads/master
c: 6cd9b49
h: refs/heads/master
i:
  183341: a1188a7
  183339: 43cf017
  183335: 97ab7ff
  183327: 3df31f9
v: v3
  • Loading branch information
H Hartley Sweeten authored and David S. Miller committed Dec 30, 2009
1 parent b7bb108 commit dd69817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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: 30a6ae8d477dc90254eb785d8ccff6dfe7d9082e
refs/heads/master: 6cd9b49d7328c4656bfc17fcb47fb814955d40d2
10 changes: 3 additions & 7 deletions trunk/drivers/net/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1473,13 +1473,9 @@ static int sh_eth_drv_probe(struct platform_device *pdev)
if (ret)
goto out_unregister;

/* pritnt device infomation */
pr_info("Base address at 0x%x, ",
(u32)ndev->base_addr);

for (i = 0; i < 5; i++)
printk("%02X:", ndev->dev_addr[i]);
printk("%02X, IRQ %d.\n", ndev->dev_addr[i], ndev->irq);
/* print device infomation */
pr_info("Base address at 0x%x, %pM, IRQ %d.\n",
(u32)ndev->base_addr, ndev->dev_addr, ndev->irq);

platform_set_drvdata(pdev, ndev);

Expand Down

0 comments on commit dd69817

Please sign in to comment.