commit | 98e1e0f07c3f1820b8ac424569ee9e9916d3665b | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Fri Feb 19 11:46:24 2010 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Wed Mar 03 21:12:21 2010 +0530 |
tree | 70ccee35002cdc3093f8a2892f29df19ab93330a | |
parent | bb2d3de1885cd69a5fc92af99c4e0c05eb5fc122 [diff] |
[SCSI] libosd: Fix unchecked err return found by smatch Doing CHECK="smatch --two-passes gives: drivers/scsi/osd/osd_initiator.c +1435 osd_finalize_request warning: assignment to 'ret' was never used Which is an unchecked possible allocation failure, Fixed. Reported-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>