diff options
author | Florian Fainelli <[email protected]> | 2014-12-11 12:49:15 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-12-11 20:58:50 -0500 |
commit | 53013c77437c9b00658fc112b4e0aecd221c512a (patch) | |
tree | 1213107ad4e164d2443e43845d7553d1bff07a65 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 70e71ca0af244f48a5dcf56dc435243792e3a495 (diff) |
net: dsa: handle non-existing PHYs on switch internal bus
In case there is no PHY at the designated address on the internal
switch, we would basically de-reference a null pointer here:
dsa_slave_phy_setup(...)
{
p->phy = ds->slave_mii_bus->phy_map[p->port];
phy_connect_direct(slave_dev, p->phy, dsa_slave_adjust_link,
^------
This can be triggered when the platform configuration (platform_data or
Device Tree) indicates there should be a PHY device at this address, but
the HW is non-responsive, such that we cannot attach a PHY device at
this specific location.
Fix this by checking the return value prior to calling
phy_connect_direct().
CC: Andrew Lunn <[email protected]>
Fixes: b31f65fb4383 ("net: dsa: slave: Fix autoneg for phys on switch MDIO bus")
Reported-by: Brian Norris <[email protected]>
Signed-off-by: Andrey Volkov <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions