diff options
| -rw-r--r-- | drivers/scsi/pmcraid.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index fca6a895307..d079f9a3c6b 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c @@ -3871,6 +3871,9 @@ static long pmcraid_ioctl_passthrough(  			pmcraid_err("couldn't build passthrough ioadls\n");  			goto out_free_buffer;  		} +	} else if (request_size < 0) { +		rc = -EINVAL; +		goto out_free_buffer;  	}  	/* If data is being written into the device, copy the data from user  |