net: dsa: propagate error code from dsa_slave_phy_setup
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 11 Dec 2014 20:49:16 +0000 (12:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2014 02:00:08 +0000 (21:00 -0500)
commit9697f1cde9901c00298fd1313b4aaf96f287bf7a
tree2298b1c69843267ef079f7d7486caf1f3e433c79
parent53013c77437c9b00658fc112b4e0aecd221c512a
net: dsa: propagate error code from dsa_slave_phy_setup

In case we cannot attach to our slave netdevice PHY, error out and
propagate that error up to the caller: dsa_slave_create().

Fixes: 0d8bcdd383b8 ("net: dsa: allow for more complex PHY setups")
Signed-off-by: Andrey Volkov <andrey.volkov@nexvision.fr>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/slave.c