commit | 2492fc09f0b90cd69cd9788d12c5c79d673adef3 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Tue Jul 28 16:54:26 2015 +0300 |
committer | James Bottomley <JBottomley@Odin.com> | Sun Sep 06 11:03:14 2015 -0700 |
tree | 26f83206c9584e524073a19483acbbccabf88cfb | |
parent | f2d3fd29ba6226218533ad3fbba2312ae122663f [diff] |
scsi_debug: resp_request: remove unused variable Fixes the following warning In function ‘resp_requests’: drivers/scsi//scsi_debug.c:1432:15: warning: variable ‘want_dsense’ set but not used [-Wunused-but-set-variable] bool dsense, want_dsense; Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>