net/at91_ether: fix error return code in at91ether_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 11 Apr 2013 16:42:40 +0000 (16:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 22:23:33 +0000 (18:23 -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