Commit 1cf0a47c authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6655: fix tagTDES1 -> wReqCount type

should be __le16
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7135d9a7
...@@ -245,7 +245,7 @@ STDES0; ...@@ -245,7 +245,7 @@ STDES0;
#endif #endif
typedef struct tagTDES1 { typedef struct tagTDES1 {
volatile unsigned short wReqCount; volatile __le16 wReqCount;
volatile unsigned char byTCR; volatile unsigned char byTCR;
volatile unsigned char byReserved; volatile unsigned char byReserved;
} __attribute__ ((__packed__)) } __attribute__ ((__packed__))
......
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