[SCSI] gdth: scan for scsi devices
authorBoaz Harrosh <bharrosh@panasas.com>
Tue, 12 Feb 2008 17:35:22 +0000 (19:35 +0200)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 13 Feb 2008 15:32:05 +0000 (09:32 -0600)
commit61c92814dc324b541391757062ff02fbf3b08086
treefce9e182263227ad761cf200cc1e34a6bb12bd3d
parentc958d767dc79250583902a382275961b5da91a4d
[SCSI] gdth: scan for scsi devices

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>
Cc: Stable Tree <stable@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/gdth.c