diff options
author | Arun Ramadoss <arun.ramadoss@microchip.com> | 2022-09-22 12:40:25 +0530 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-09-26 12:41:07 -0700 |
commit | 68ccceaef0b46935e805f4c1cfd20b6af0e6fc77 (patch) | |
tree | 783fbcfdb6805736e2dfbac1f604c20c8d1472fa /drivers/net/dsa/microchip/ksz_common.h | |
parent | abc1cb8cbd7376a2f856e64986ee5ce0849d974b (diff) |
net: dsa: microchip: lan937x: return zero if mdio node not present
Currently, if the mdio node is not present in the dts file then
lan937x_mdio_register return -ENODEV and entire probing process fails.
To make the mdio_register generic for all ksz series switches and to
maintain back-compatibility with existing dts file, return -ENODEV is
replaced with return 0.
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/dsa/microchip/ksz_common.h')
0 files changed, 0 insertions, 0 deletions