commit | 3996985a7d8accf23ea4131ff3b7f643c8158d7c | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Mon Sep 27 14:22:04 2021 +0300 |
committer | Ramon Fried <rfried.dev@gmail.com> | Tue Sep 28 18:50:57 2021 +0300 |
tree | 5554948649dc77d5e894bc0234ba12da07e51d60 | |
parent | dce3bc6f6dca1ad7b03943ef954604cabf6897f7 [diff] |
arch: powerpc: mpc85xx: free MDIO bus if mdio_register fails If mdio_register fails, it is nice to not leave behind dangling allocated memory. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>