Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull in the 'net' tree to get Daniel Borkmann's flow dissector infrastructure change. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
61816596d1
407 changed files with 2907 additions and 1806 deletions
|
@ -1470,7 +1470,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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue