From: Matthew Wilcox Date: Fri, 5 Oct 2007 19:55:03 +0000 (-0400) Subject: [SCSI] sym53c8xx: Stop overriding scsi_done X-Git-Tag: v2.6.24-rc1~19^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ba65367720d871f9d955ca3ef96358999182765;p=pandora-kernel.git [SCSI] sym53c8xx: Stop overriding scsi_done Instead of telling the reset routine that the command completed from sym_eh_done, do it from sym_xpt_done. The 'to_do' element of the ucmd is redundant -- it serves only to tell whether eh_done is valid or not, and we can tell this by checking to see if it's NULL. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed