summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-07-12 16:04:35 -0700
committerDavid S. Miller <davem@davemloft.net>2016-07-12 23:13:01 -0700
commit386512d18b268c6182903239f9f3390f03ce4c7b (patch)
tree04ea9b0c1baa41465a0141a812d145eb83e02d7c /crypto
parent136ab0d0e10f29bdac3ee04bd0e9661073e15c80 (diff)
net: ethoc: Fix early error paths
In case any operation fails before we can successfully go the point where we would register a MDIO bus, we would be going to an error label which involves unregistering then freeing this yet to be created MDIO bus. Update all error paths to go to label free which is the only one valid until either the clock is enabled, or the MDIO bus is allocated and registered. This fixes kernel oops observed while trying to dereference the MDIO bus structure which is not yet allocated. Fixes: a1702857724f ("net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions