Re: [PATCH v2 RESEND 1/2] nvme: Fix error code and log to indicate busy

2024-01-19 Thread Tom Rini
On Wed, Jan 10, 2024 at 05:04:47AM +, Moritz Fischer wrote: > Return -EBUSY if controller is found busy rather than -ENOMEM > and update the error message accordingly. > > Fixes: 982388eaa991 ("nvme: Add NVM Express driver support") > Reviewed-by: Simon Glass > Signed-off-by: Moritz Fischer

[PATCH v2 RESEND 1/2] nvme: Fix error code and log to indicate busy

2024-01-09 Thread Moritz Fischer
Return -EBUSY if controller is found busy rather than -ENOMEM and update the error message accordingly. Fixes: 982388eaa991 ("nvme: Add NVM Express driver support") Reviewed-by: Simon Glass Signed-off-by: Moritz Fischer --- drivers/nvme/nvme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti