s390/dasd: prevent incorrect length error under z/VM after PAV changes
[pandora-kernel.git] / drivers / s390 / block / dasd_alias.c
index c388eda..ed9c980 100644 (file)
@@ -749,7 +749,7 @@ static int reset_summary_unit_check(struct alias_lcu *lcu,
        ASCEBC((char *) &cqr->magic, 4);
        ccw = cqr->cpaddr;
        ccw->cmd_code = DASD_ECKD_CCW_RSCK;
-       ccw->flags = ;
+       ccw->flags = CCW_FLAG_SLI;
        ccw->count = 16;
        ccw->cda = (__u32)(addr_t) cqr->data;
        ((char *)cqr->data)[0] = reason;