diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_aux.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_aux.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/s390/scsi/zfcp_aux.c b/drivers/s390/scsi/zfcp_aux.c index 044fb22718d2..352ca0d4ca25 100644 --- a/drivers/s390/scsi/zfcp_aux.c +++ b/drivers/s390/scsi/zfcp_aux.c | |||
@@ -311,8 +311,7 @@ int zfcp_status_read_refill(struct zfcp_adapter *adapter) | |||
311 | if (zfcp_fsf_status_read(adapter->qdio)) { | 311 | if (zfcp_fsf_status_read(adapter->qdio)) { |
312 | if (atomic_read(&adapter->stat_miss) >= | 312 | if (atomic_read(&adapter->stat_miss) >= |
313 | adapter->stat_read_buf_num) { | 313 | adapter->stat_read_buf_num) { |
314 | zfcp_erp_adapter_reopen(adapter, 0, "axsref1", | 314 | zfcp_erp_adapter_reopen(adapter, 0, "axsref1"); |
315 | NULL); | ||
316 | return 1; | 315 | return 1; |
317 | } | 316 | } |
318 | break; | 317 | break; |
@@ -459,7 +458,7 @@ void zfcp_adapter_unregister(struct zfcp_adapter *adapter) | |||
459 | sysfs_remove_group(&cdev->dev.kobj, &zfcp_sysfs_adapter_attrs); | 458 | sysfs_remove_group(&cdev->dev.kobj, &zfcp_sysfs_adapter_attrs); |
460 | 459 | ||
461 | zfcp_erp_thread_kill(adapter); | 460 | zfcp_erp_thread_kill(adapter); |
462 | zfcp_dbf_adapter_unregister(adapter->dbf); | 461 | zfcp_dbf_adapter_unregister(adapter); |
463 | zfcp_qdio_destroy(adapter->qdio); | 462 | zfcp_qdio_destroy(adapter->qdio); |
464 | 463 | ||
465 | zfcp_ccw_adapter_put(adapter); /* final put to release */ | 464 | zfcp_ccw_adapter_put(adapter); /* final put to release */ |