From: Christof Schmitt Date: Mon, 5 Nov 2007 11:37:43 +0000 (+0100) Subject: [SCSI] zfcp: Remove unnecessary eh_bus_reset_handler callback X-Git-Tag: v2.6.25-rc1~1230^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11b4743e58f53213acdd16e3a0004d035aa45f0;p=pandora-kernel.git [SCSI] zfcp: Remove unnecessary eh_bus_reset_handler callback The callback function used by zfcp always returns success, which is an indication for the SCSI midlayer to stop error handling. Remove the bus_reset callback, since the same function will be called via the host_reset callback. Signed-off-by: Christof Schmitt Signed-off-by: Swen Schillig Signed-off-by: James Bottomley --- Reading git-diff-tree failed