[S390] dasd: log sense for fatal errors

The logging of sense data for fatal errors was accidentally removed
during Hyper PAV implementation.

Signed-off-by: Stefan Haberland <stefan.haberland@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by Stefan Haberland and committed by Martin Schwidefsky a9cffb22 74af2831

+5
+5
drivers/s390/block/dasd.c
··· 1746 1746 goto restart; 1747 1747 } 1748 1748 1749 + /* log sense for fatal error */ 1750 + if (cqr->status == DASD_CQR_FAILED) { 1751 + dasd_log_sense(cqr, &cqr->irb); 1752 + } 1753 + 1749 1754 /* First of all call extended error reporting. */ 1750 1755 if (dasd_eer_enabled(base) && 1751 1756 cqr->status == DASD_CQR_FAILED) {