bgmac: propagate error codes in bgmac_probe()
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 13 Jan 2014 03:05:55 +0000 (19:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 02:19:20 +0000 (18:19 -0800)
bgmac_mii_register() and register_netdev() both return appropriate error
codes for the failures they would encounter, propagate this error code
instead of overriding the value with -ENOTSUPP which is not the correct
error code to return.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bgmac.c

Simple merge