diff options
Diffstat (limited to 'drivers/s390/scsi')
-rw-r--r-- | drivers/s390/scsi/zfcp_erp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_erp.c b/drivers/s390/scsi/zfcp_erp.c index 8030e25152fb..e7d7ef55e37d 100644 --- a/drivers/s390/scsi/zfcp_erp.c +++ b/drivers/s390/scsi/zfcp_erp.c | |||
@@ -854,10 +854,10 @@ void zfcp_erp_port_strategy_open_lookup(struct work_struct *work) | |||
854 | 854 | ||
855 | retval = zfcp_fc_ns_gid_pn(&port->erp_action); | 855 | retval = zfcp_fc_ns_gid_pn(&port->erp_action); |
856 | if (retval == -ENOMEM) | 856 | if (retval == -ENOMEM) |
857 | zfcp_erp_notify(&port->erp_action, ZFCP_ERP_NOMEM); | 857 | zfcp_erp_notify(&port->erp_action, ZFCP_STATUS_ERP_LOWMEM); |
858 | port->erp_action.step = ZFCP_ERP_STEP_NAMESERVER_LOOKUP; | 858 | port->erp_action.step = ZFCP_ERP_STEP_NAMESERVER_LOOKUP; |
859 | if (retval) | 859 | if (retval) |
860 | zfcp_erp_notify(&port->erp_action, ZFCP_ERP_FAILED); | 860 | zfcp_erp_notify(&port->erp_action, 0); |
861 | zfcp_port_put(port); | 861 | zfcp_port_put(port); |
862 | } | 862 | } |
863 | 863 | ||