commit | 84feb1664e5e6823105414df77740fda70846b99 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Fri Jun 29 15:35:05 2012 +0000 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Jul 20 08:58:41 2012 +0100 |
tree | f2a5c4c185a8ac4ad733599a5c1432607dc77b58 | |
parent | 940f5d47e2f2e1fa00443921a0abf4822335b54d [diff] |
[SCSI] Change return type of scsi_queue_insert() into void The return value of scsi_queue_insert() is ignored by all its callers, hence change the return type of this function into void. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Reviewed-by: Tejun Heo <tj@kernel.org> Signed-off-by: James Bottomley <JBottomley@Parallels.com>