Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[sfrench/cifs-2.6.git] / drivers / s390 / scsi / zfcp_scsi.c
index 3dcd1bfba3b4862835bb1eab8d4542dec8a9409a..66608d13a63497b40c4b6002bfad94d30c014728 100644 (file)
@@ -179,7 +179,7 @@ zfcp_scsi_slave_alloc(struct scsi_device *sdp)
        struct zfcp_adapter *adapter;
        struct zfcp_unit *unit;
        unsigned long flags;
-       int retval = -ENODEV;
+       int retval = -ENXIO;
 
        adapter = (struct zfcp_adapter *) sdp->host->hostdata[0];
        if (!adapter)