commit | 832151f45806613f203c4c0308c1566d882b971f | [log] [tgz] |
---|---|---|
author | Roel Kluin <[email protected]> | Tue Nov 17 14:53:22 2009 -0800 |
committer | James Bottomley <[email protected]> | Fri Dec 04 12:01:49 2009 -0600 |
tree | 4ac1a4fd574094b225e00791eaf23ceb12db28b0 | |
parent | 1acf3b06f77a48b1607534408866473fb8018a65 [diff] |
[SCSI] st: fix test of value range in st_set_options() value cannot logically be less than START and greater than BUFFERSIZE. #define EXTENDED_SENSE_START 18 // vi include/scsi/scsi_cmnd.h +105 #define SCSI_SENSE_BUFFERSIZE 96 [[email protected]: fix warning] Signed-off-by: Roel Kluin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Kai Makisara <[email protected]> Signed-off-by: James Bottomley <[email protected]>