From: Christoph Hellwig Date: Tue, 2 Jan 2007 11:56:00 +0000 (+0100) Subject: [SCSI] kill scsi_rety_command X-Git-Tag: v2.6.21-rc1~274^2~230^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=596f482a90ae27ea1b3da6a12ee42909045fbfd0;p=pandora-kernel.git [SCSI] kill scsi_rety_command scsi_retry_command only has a single caller, so there is no point in having this function. Additionally the memset of the sense buffer it does is entirely superflous as scsi_request_fn already calls scsi_init_cmd_errh to perform this memset before the command is reissued. Signed-off-by: Christoph Hellwig Signed-off-by: James Bottomley --- Reading git-diff-tree failed