commit | 693d559e9774f2cc84947c8aa9d0511e3c5f2595 | [log] [tgz] |
---|---|---|
author | Moritz Fischer <moritzf@google.com> | Wed Jan 10 05:04:48 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 18 20:24:13 2024 -0500 |
tree | 5abcbbc2b628b84b896a24691656855d86ff306d | |
parent | d04fd9985ab156b2f7721ab17cbf6038a8dd5ad9 [diff] |
nvme: Update nvme_scan_namespace to keep trying on busy A busy controller shouldn't be game-over for all controllers, so keep trying on hitting -EBUSY. This change brings the actual behavior of the routine in line with what the descriptions says. Fixes: 982388eaa991 ("nvme: Add NVM Express driver support") Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Moritz Fischer <moritzf@google.com>