diff options
-rw-r--r-- | drivers/scsi/sd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index 3be5db5d6343..7ff61d76b4c5 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c | |||
@@ -597,6 +597,7 @@ static int scsi_setup_discard_cmnd(struct scsi_device *sdp, struct request *rq) | |||
597 | break; | 597 | break; |
598 | 598 | ||
599 | default: | 599 | default: |
600 | ret = BLKPREP_KILL; | ||
600 | goto out; | 601 | goto out; |
601 | } | 602 | } |
602 | 603 | ||