From: Jürgen E. Fischer Date: Sat, 18 Feb 2006 23:31:51 +0000 (+0100) Subject: [SCSI] aha152x: fix variable use before initialisation and other bugs X-Git-Tag: v2.6.16-rc6~139^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2482fa16e9eef88344a4dca1a390d29432d4add;p=pandora-kernel.git [SCSI] aha152x: fix variable use before initialisation and other bugs - change interface of the reset functions from Scsi_Cmnd to Scsi_Host. - add functions with the original interface and rename the new functions to reflect the new interface. - call these from the pcmcia driver, thereby avoiding the need to construct a (broken) Scsi_Cmnd from a Scsi_Host. - just run the bh if the interrupt is from the controller and if so ensure that it's only called once per interrupt. Signed-off-by: Juergen E. Fischer Signed-off-by: James Bottomley --- Reading git-diff-tree failed