]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/scsi/zfcp_qdio.c
ALSA: Fix a const pointer usage warning in the Digigram VX soundcard driver
[linux-2.6-omap-h63xx.git] / drivers / s390 / scsi / zfcp_qdio.c
index 22fdc17e0d0e82aae92cbb1bdccbee6ee18f5edf..8ca5f074c68734ba07a11229087a390c49e8a2f3 100644 (file)
@@ -175,8 +175,9 @@ zfcp_qdio_handler_error_check(struct zfcp_adapter *adapter, unsigned int status,
                 * which is set again in case we have missed by a mile.
                 */
                zfcp_erp_adapter_reopen(adapter,
-                                      ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED |
-                                      ZFCP_STATUS_COMMON_ERP_FAILED);
+                                       ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED |
+                                       ZFCP_STATUS_COMMON_ERP_FAILED, 140,
+                                       NULL);
        }
        return retval;
 }
@@ -239,8 +240,6 @@ static void zfcp_qdio_reqid_check(struct zfcp_adapter *adapter,
        struct zfcp_fsf_req *fsf_req;
        unsigned long flags;
 
-       debug_long_event(adapter->erp_dbf, 4, req_id);
-
        spin_lock_irqsave(&adapter->req_list_lock, flags);
        fsf_req = zfcp_reqlist_find(adapter, req_id);