Re: [RFC PATCH 1/5] phy: core: Use EOPNOTSUPP for disabled blob return value

From: Greg Kroah-Hartman

Date: Tue Sep 22 2026 - 01:38:57 EST


On Tue, Sep 22, 2026 at 10:47:16AM +0800, Inochi Amaoto wrote:
> Currently, the phy subsystem uses ENOSYS for dummy blob functions,
> it does not reflect the function state correctly. As kernel already
> has EOPNOTSUPP for disabled blob function, replace ENOSYS with
> EOPNOTSUPP for a clear return value.
>
> Signed-off-by: Inochi Amaoto <inochiama@xxxxxxxxx>
> ---
> include/linux/phy/phy.h | 52 ++++++++++++++++++++---------------------
> 1 file changed, 26 insertions(+), 26 deletions(-)

Based on the other patches in this series, this patch now breaks the
users, right? Shouldn't this all happen at once?

thanks,

greg k-h