[SCSI] aacraid: Fix struct element name issue
authorMark Haverkamp <markh@linux-foundation.org>
Thu, 15 Mar 2007 17:26:22 +0000 (10:26 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 20 Mar 2007 15:54:25 +0000 (10:54 -0500)
commita8166a52968216ae079a5530ac3269147de2ef31
treedff8f68e062c91cdf0f2003ccf8eb606bdcaa02d
parent8418852d11f0bbaeebeedd4243560d8fdc85410d
[SCSI] aacraid: Fix struct element name issue

Received from Mark Salyzyn,

This patch is to resolve a namespace issue that will result from a patch
expected in the future that adds a new interface; rationalized as
correcting a long term issue where hw_fib, instead of hw_fib_va, refers
to the virtual address space and hw_fib_pa refers to the physical
address space. A small fragment of this patch also cleans up an unused
variable that was close to the patch fragments.

Signed-off-by: Mark Haverkamp <markh@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aacraid/aacraid.h
drivers/scsi/aacraid/commctrl.c
drivers/scsi/aacraid/commsup.c
drivers/scsi/aacraid/dpcsup.c
drivers/scsi/aacraid/rx.c