Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183341
b: refs/heads/master
c: e583482
h: refs/heads/master
i:
  183339: 43cf017
v: v3
  • Loading branch information
H Hartley Sweeten authored and David S. Miller committed Dec 30, 2009
1 parent 2283464 commit a1188a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: fa876b474aa15cd1448790502a5a13f81f923446
refs/heads/master: e583482091d207265953f501564056bd2c90b985
7 changes: 2 additions & 5 deletions trunk/drivers/net/octeon/octeon_mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1119,11 +1119,8 @@ static int __init octeon_mgmt_probe(struct platform_device *pdev)

if (p->port >= octeon_bootinfo->mac_addr_count)
dev_err(&pdev->dev,
"Error %s: Using MAC outside of the assigned range: "
"%02x:%02x:%02x:%02x:%02x:%02x\n", netdev->name,
netdev->dev_addr[0], netdev->dev_addr[1],
netdev->dev_addr[2], netdev->dev_addr[3],
netdev->dev_addr[4], netdev->dev_addr[5]);
"Error %s: Using MAC outside of the assigned range: %pM\n",
netdev->name, netdev->dev_addr);

if (register_netdev(netdev))
goto err;
Expand Down

0 comments on commit a1188a7

Please sign in to comment.