]> git.dujemihanovic.xyz Git - u-boot.git/commit
nvme: Provide more useful debugging messages
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:54 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:12:26 +0000 (17:12 +0800)
commit1dd00b1be82556c35a68c90b187a0f096192fd5f
tree320a39cc421901f86c642d5fb919e51378539b58
parent0be0f205b974abb7b464e5b2819db47bbc6d5f1f
nvme: Provide more useful debugging messages

When scanning fails it is useful to be able to decode what went wrong. Add
some debugging for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/nvme/nvme.c