From: Matthew Wilcox Date: Wed, 3 Oct 2007 01:55:24 +0000 (-0400) Subject: [SCSI] advansys: Restructure asc_execute_scsi_cmnd() X-Git-Tag: v2.6.24-rc1~1290^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d2493d3478942f891b21dff60951ff939c08d9;p=pandora-kernel.git [SCSI] advansys: Restructure asc_execute_scsi_cmnd() The wide and narrow boards share identical handling of the return value, except for some trivial error messages. Move the handling to the common end of the function. Also move variable declarations to the arms of the `if' that they're used in and delete some pointless comments. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed