diff options
author | Anil Ravindranath <anil_ravindranath@pmc-sierra.com> | 2010-10-26 00:41:54 +0200 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-10-26 19:51:09 +0200 |
commit | df30e5059681ed0671c9cc6ff702fe9ca7f20042 (patch) | |
tree | 302c83c9c087304994f36736b66acea89a6ad90c /REPORTING-BUGS | |
parent | [SCSI] qla4xxx: Fix cmd check in qla4xxx_cmd_wait (diff) | |
download | linux-df30e5059681ed0671c9cc6ff702fe9ca7f20042.tar.xz linux-df30e5059681ed0671c9cc6ff702fe9ca7f20042.zip |
[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>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions