Commit 7a34766f authored by Christoph Hellwig 's avatar Christoph Hellwig Committed by James Bottomley

[SCSI] qla1280: don't use bitfields for hardware access, parameters

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarThiemo Seufer <ths@linux-mips.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 0888f4c3
This diff is collapsed.
...@@ -451,8 +451,6 @@ struct nvram { ...@@ -451,8 +451,6 @@ struct nvram {
uint16_t unused_38; /* 38, 39 */ uint16_t unused_38; /* 38, 39 */
struct { struct {
union {
uint8_t c;
struct { struct {
uint8_t renegotiate_on_error:1; uint8_t renegotiate_on_error:1;
uint8_t stop_queue_on_check:1; uint8_t stop_queue_on_check:1;
...@@ -462,7 +460,6 @@ struct nvram { ...@@ -462,7 +460,6 @@ struct nvram {
uint8_t enable_wide:1; uint8_t enable_wide:1;
uint8_t parity_checking:1; uint8_t parity_checking:1;
uint8_t disconnect_allowed:1; uint8_t disconnect_allowed:1;
} f;
} parameter; /* 40 */ } parameter; /* 40 */
uint8_t execution_throttle; /* 41 */ uint8_t execution_throttle; /* 41 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment