]> git.baikalelectronics.ru Git - kernel.git/commit
[libata] ahci: Fix lack of command retry after a success error handler.
authorBian Yu <bianyu@kedacom.com>
Thu, 13 Dec 2012 03:26:58 +0000 (22:26 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 14 Jan 2013 18:05:17 +0000 (13:05 -0500)
commitf3ad1bd2fdd6de679adad138313a829a216d77f3
tree641b6595d2baf7da163468da092677949612a249
parentde6f79e591f3b4e331504d1e935e4e9123ff77c7
[libata] ahci: Fix lack of command retry after a success error handler.

It should be a mistake introduced by commit 969c0dc2e835dcd6.

qc->flags can't be set AC_ERR_*

Signed-off-by: Bian Yu <bianyu@kedacom.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-eh.c