[SCSI] pmcraid: remove duplicate struct member

sense_buffer is both a direct member of struct pmcraid_cmd as well as
an indirect one via an anonymous union and struct. Fix this clash by
eliminating the direct member in favour of the anonymous struct/union
one. The name duplication apparently isn't noticed by gcc versions
earlier than 4.4

Reported-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
Cc: Stable Tree <stable@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

authored by Anil Ravindranath and committed by James Bottomley df30e505 a1e0063d

-1
-1
drivers/scsi/pmcraid.h
··· 568 568 struct pmcraid_control_block *ioa_cb; 569 569 dma_addr_t ioa_cb_bus_addr; 570 570 dma_addr_t dma_handle; 571 - u8 *sense_buffer; 572 571 573 572 /* pointer to mid layer structure of SCSI commands */ 574 573 struct scsi_cmnd *scsi_cmd;