lpc_eth: fix error return code in lpc_eth_drv_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 20 Mar 2013 02:21:48 +0000 (02:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Mar 2013 16:19:15 +0000 (12:19 -0400)
Fix to return a negative error code from the error handling
case instead of 0, as returned elsewhere in this function.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found