Re: [PATCH 1/2] net: mii: make mii_ethtool_gset() return void

From: Jakub Kicinski
Date: Tue Aug 17 2021 - 20:39:09 EST


On Tue, 17 Aug 2021 21:34:42 +0300 Pavel Skripkin wrote:
> mii_ethtool_gset() does not return any errors. We can make it return
> void to simplify error checking in drivers, that rely on return value
> of this function.
>
> Signed-off-by: Pavel Skripkin <paskripkin@xxxxxxxxx>

This breaks the build and therefore would be a nuisance in bisection.
Please squash the changes or invert the order.