commit | c11a9009ae6a8c42a8cd69d885601e1aa6fbea04 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Dec 11 21:00:13 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 11 21:00:13 2014 -0500 |
tree | 2298b1c69843267ef079f7d7486caf1f3e433c79 | |
parent | 70e71ca0af244f48a5dcf56dc435243792e3a495 [diff] | |
parent | 9697f1cde9901c00298fd1313b4aaf96f287bf7a [diff] |
Merge branch 'dsa' Florian Fainelli says: ==================== net: dsa: two small bug fixes Here are two small fixes for the DSA slave interface creation code: - first patch fixes a null pointer de-reference with an invalid PHY device pointer while calling phy_connect_direct() - second path propagates the dsa_slave_phy_setup() error code down to its caller: dsa_slave_create ==================== Signed-off-by: David S. Miller <davem@davemloft.net>