forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/s390/block/dasd_3990_erp.c
....@@ -1987,7 +1987,7 @@
19871987 * DASD_3990_ERP_COMPOUND_CONFIG
19881988 *
19891989 * DESCRIPTION
1990
- * Handles the compound ERP action for configruation
1990
+ * Handles the compound ERP action for configuration
19911991 * dependent error.
19921992 * Note: duplex handling is not implemented (yet).
19931993 *
....@@ -2436,7 +2436,7 @@
24362436 erp->block = cqr->block;
24372437 erp->magic = cqr->magic;
24382438 erp->expires = cqr->expires;
2439
- erp->retries = 256;
2439
+ erp->retries = device->default_retries;
24402440 erp->buildclk = get_tod_clock();
24412441 erp->status = DASD_CQR_FILLED;
24422442