Input: synaptics - handle spurious release of trackstick buttons, again
[pandora-kernel.git] / drivers / scsi / device_handler / scsi_dh_alua.c
index 4ef0212..e5a4423 100644 (file)
@@ -578,8 +578,7 @@ static int alua_rtpg(struct scsi_device *sdev, struct alua_dh_data *h)
                h->state = TPGS_STATE_STANDBY;
                break;
        case TPGS_STATE_OFFLINE:
-       case TPGS_STATE_UNAVAILABLE:
-               /* Path unusable for unavailable/offline */
+               /* Path unusable */
                err = SCSI_DH_DEV_OFFLINED;
                break;
        default: