[SCSI] hpsa: make hpsa_find_memory_BAR not require the per HBA structure.
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Wed, 16 Jun 2010 18:51:25 +0000 (13:51 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 27 Jul 2010 17:01:57 +0000 (12:01 -0500)
commit12d2cd4711b9e3ddcf911281ec4fe511b5cfff63
tree9dc42cc31bc15a6e09fb0a2240c5d42e0b224ad6
parent6798cc0a4964ceabc27de762c41929f8a875e3fd
[SCSI] hpsa: make hpsa_find_memory_BAR not require the per HBA structure.

Rationale for this is that in order to fix the hard reset code used
by kdump, we need to use this function before we even have the per
HBA structure.

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