]> Pileus Git - ~andy/linux/commit
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)
commit5571415c9685acc2c768b33d0be40b3f46869f14
tree535488b719744a19d08b1b1ea3d77e9cd47ce437
parentec35b61ea59aa6b1ecc8d8452b225e4677e32627
bgmac: propagate error codes in bgmac_probe()

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