commit | d04fd9985ab156b2f7721ab17cbf6038a8dd5ad9 | [log] [tgz] |
---|---|---|
author | Moritz Fischer <moritzf@google.com> | Wed Jan 10 05:04:47 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 18 20:24:13 2024 -0500 |
tree | d990bf59de88e7a8004a592c4bf9317d00e66967 | |
parent | 512b021be650fb4f08d476e58fd89da550a47ad5 [diff] |
nvme: Fix error code and log to indicate busy 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 <sjg@chromium.org> Signed-off-by: Moritz Fischer <moritzf@google.com>