From: Boaz Harrosh Date: Fri, 19 Feb 2010 19:46:24 +0000 (-0800) Subject: [SCSI] libosd: Fix unchecked err return found by smatch X-Git-Tag: v2.6.34-rc2~18^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e1e0f07c3f1820b8ac424569ee9e9916d3665b;p=pandora-kernel.git [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 Signed-off-by: Boaz Harrosh Signed-off-by: James Bottomley --- Reading git-diff-tree failed