commit | eb9c57868f7fda380828604bcad34e435704fdd8 | [log] [tgz] |
---|---|---|
author | Pisit Sawangvonganan <pisit@ndrsolution.com> | Sat Mar 16 16:36:36 2024 +0700 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Mar 18 19:11:45 2024 +0000 |
tree | 6f24ad06018acc9eb3f397db47a2f8f619ea3088 | |
parent | 74f9f866f2385c426437d698eb9bea0ea590f121 [diff] |
drivers: mdio: fix incorrect return usage in `mdio_bus_enable/disable` Remove incorrect return statements in the `z_impl_mdio_bus_enable` and `z_impl_mdio_bus_disable` functions within the MDIO driver API. These functions are intended to call the `bus_enable` and `bus_disable` methods of the MDIO driver API without returning a value, as they are defined to return void. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>