diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/scsi_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index df8bd5ab3c0b..124392f3091e 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c | |||
@@ -2193,6 +2193,7 @@ scsi_device_set_state(struct scsi_device *sdev, enum scsi_device_state state) | |||
2193 | case SDEV_OFFLINE: | 2193 | case SDEV_OFFLINE: |
2194 | case SDEV_TRANSPORT_OFFLINE: | 2194 | case SDEV_TRANSPORT_OFFLINE: |
2195 | case SDEV_CANCEL: | 2195 | case SDEV_CANCEL: |
2196 | case SDEV_CREATED_BLOCK: | ||
2196 | break; | 2197 | break; |
2197 | default: | 2198 | default: |
2198 | goto illegal; | 2199 | goto illegal; |