Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361806
b: refs/heads/master
c: fa90b07
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Mar 20, 2013
1 parent 10fd94e commit 49eb70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: fc0c0900408e05758a0df17c1924ca837fafca5e
refs/heads/master: fa90b077d72b4ea92706e86fdff7b5dca294caa3
3 changes: 2 additions & 1 deletion trunk/drivers/net/ethernet/nxp/lpc_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,8 @@ static int lpc_eth_drv_probe(struct platform_device *pdev)
}
platform_set_drvdata(pdev, ndev);

if (lpc_mii_init(pldat) != 0)
ret = lpc_mii_init(pldat);
if (ret)
goto err_out_unregister_netdev;

netdev_info(ndev, "LPC mac at 0x%08x irq %d\n",
Expand Down

0 comments on commit 49eb70f

Please sign in to comment.