From: Hillf Danton Date: Sat, 29 Jan 2011 00:03:26 +0000 (-0800) Subject: [SCSI] libfc: Cleanup return paths in fc_rport_error_retry X-Git-Tag: v2.6.39-rc1~440^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a4af1e43047531ab612564e32ab9969c9dd965;p=pandora-kernel.git [SCSI] libfc: Cleanup return paths in fc_rport_error_retry This patch makes it so that we only have one call to fc_rport_error. This patch does not completely consolidate return statements, there is still one return used when not calling fc_rport_error, but alternative solutions made the code more confusing. [ Patch modified by Robert Love ] [ Patch title and commit message edited by Robert Love to make it more relevant ] Signed-off-by: Hillf Danton Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed