]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] hpsa: combine hpsa_scsi_detect and hpsa_register_scsi
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Thu, 19 Jan 2012 20:00:53 +0000 (14:00 -0600)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 19 Feb 2012 14:08:55 +0000 (08:08 -0600)
commitb705690d8d16f7081be3637c0bda2a681f02ecf4
tree1c0562d1541ec8fa13030ea0585321c089252b98
parentd66ae08bad182e9a87859e120e61cfd51e402ed8
[SCSI] hpsa: combine hpsa_scsi_detect and hpsa_register_scsi

hpsa_register_scsi just calls hpsa_scsi_detect.  Move
the guts of hpsa_scsi_detect into hpsa_register_scsi and
get rid of hpsa_scsi_detect.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.c