Re: [SeaBIOS] [PATCH 3/5] nvme: fix reversed loop condition in cmd_readwrite

2017-03-01 Thread Philippe Mathieu-Daudé
On 02/24/2017 03:27 AM, Daniel Verkamp wrote: It looks like the intent was to exit the loop if a command failed, but the current code would actually continue looping in that case. Signed-off-by: Daniel Verkamp Reviewed-by: Philippe Mathieu-Daudé ---

[SeaBIOS] [PATCH 3/5] nvme: fix reversed loop condition in cmd_readwrite

2017-02-23 Thread Daniel Verkamp
It looks like the intent was to exit the loop if a command failed, but the current code would actually continue looping in that case. Signed-off-by: Daniel Verkamp --- src/hw/nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw/nvme.c b/src/hw/nvme.c