X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fs390%2Fblock%2Fdasd_erp.c;h=82a864719e2e3d9fb7639a7e428049630f214436;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=4c7423ac3190e7520d82b6ece4fbda99ba11910b;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/s390/block/dasd_erp.c b/drivers/s390/block/dasd_erp.c index 4c7423ac3..82a864719 100644 --- a/drivers/s390/block/dasd_erp.c +++ b/drivers/s390/block/dasd_erp.c @@ -7,7 +7,7 @@ * Bugreports.to..: * (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999-2001 * - * $Revision: 1.12 $ + * $Revision: 1.13 $ */ #include @@ -36,10 +36,6 @@ dasd_alloc_erp_request(char *magic, int cplength, int datasize, if ( magic == NULL || datasize > PAGE_SIZE || (cplength*sizeof(struct ccw1)) > PAGE_SIZE) BUG(); - debug_text_event ( dasd_debug_area, 1, "ALLC"); - debug_text_event ( dasd_debug_area, 1, magic); - debug_int_event ( dasd_debug_area, 1, cplength); - debug_int_event ( dasd_debug_area, 1, datasize); size = (sizeof(struct dasd_ccw_req) + 7L) & -8L; if (cplength > 0) @@ -77,8 +73,6 @@ dasd_free_erp_request(struct dasd_ccw_req * cqr, struct dasd_device * device) { unsigned long flags; - debug_text_event(dasd_debug_area, 1, "FREE"); - debug_int_event(dasd_debug_area, 1, (long) cqr); spin_lock_irqsave(&device->mem_lock, flags); dasd_free_chunk(&device->erp_chunks, cqr); spin_unlock_irqrestore(&device->mem_lock, flags); @@ -105,7 +99,6 @@ dasd_default_erp_action(struct dasd_ccw_req * cqr) } else { DEV_MESSAGE (KERN_WARNING, device, "%s", "default ERP called (NO retry left)"); - cqr->status = DASD_CQR_FAILED; cqr->stopclk = get_clock (); }