]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
SCSI: gdth: scan for scsi devices
authorBoaz Harrosh <bharrosh@panasas.com>
Thu, 14 Feb 2008 21:15:08 +0000 (21:15 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Feb 2008 00:19:00 +0000 (16:19 -0800)
commit4cf87f7ef5c892c0a3d21a14724fcae1bb9ec8d6
tree78aed6e64cc5055a4d5063483afe826fd73540e8
parent8b0ccb03f068cf8561efd51e88cbdf3f345163b9
SCSI: gdth: scan for scsi devices

commit: 61c92814dc324b541391757062ff02fbf3b08086

The patch: "gdth: switch to modern scsi host registration"

missed one simple fact when moving a way from scsi_module.c.
That is to call scsi_scan_host() on the probed host.
With this the gdth driver from 2.6.24 is again able to
see drives and boot.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Tested-by: Joerg Dorchain <joerg@dorchain.net>
Tested-by: Stefan Priebe <s.priebe@allied-internet.ag>
Tested-by: Jon Chelton <jchelton@ffpglobal.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/gdth.c