From: K. Y. Srinivasan Date: Tue, 8 Nov 2011 17:01:42 +0000 (-0800) Subject: Staging: hv: storvsc: Fixup the error when processing SET_WINDOW command X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=59e00e744d2413430ebaa09a5fdb61e9ad02a492;p=deliverable%2Flinux.git Staging: hv: storvsc: Fixup the error when processing SET_WINDOW command Fixup the error when processing SET_WINDOW command. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index a72cc22062b5..e16c7a3a402d 100644 --- a/drivers/staging/hv/storvsc_drv.c +++ b/drivers/staging/hv/storvsc_drv.c @@ -1136,7 +1136,7 @@ static bool storvsc_check_scsi_cmd(struct scsi_cmnd *scmnd) switch (scsi_op) { /* smartd sends this command, which will offline the device */ case SET_WINDOW: - scmnd->result = DID_ERROR << 16; + scmnd->result = ILLEGAL_REQUEST << 16; allowed = false; break; default: