On Mon, Oct 16, 2023 at 08:28:10PM +0300, Dan Carpenter wrote: > Return a negative error code instead of success. > > Fixes: 2f7ca802bdae ("net: Add SMSC LAN9500 USB2.0 10/100 ethernet adapter driver") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Hi Dan It would be nice to use one of the linux/iopoll.h helpers, so avoiding problems like this. But this is a good minimal fix. Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew