Don't skip EH report if action is pending. Signed-off-by: Tejun Heo <htejun@xxxxxxxxx> --- drivers/ata/libata-eh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: work/drivers/ata/libata-eh.c =================================================================== --- work.orig/drivers/ata/libata-eh.c +++ work/drivers/ata/libata-eh.c @@ -1675,7 +1675,7 @@ static void ata_eh_report(struct ata_por nr_failed++; } - if (!nr_failed && !ehc->i.err_mask) + if (!nr_failed && !ehc->i.err_mask && !ehc->i.action) return; frozen = ""; - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html