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 <[email protected]> > --- > 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
