staging: vt6655: fix tagTDES1 -> wReqCount type
should be __le16 Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7135d9a76f
commit
1cf0a47c8c
|
@ -245,7 +245,7 @@ STDES0;
|
|||
#endif
|
||||
|
||||
typedef struct tagTDES1 {
|
||||
volatile unsigned short wReqCount;
|
||||
volatile __le16 wReqCount;
|
||||
volatile unsigned char byTCR;
|
||||
volatile unsigned char byReserved;
|
||||
} __attribute__ ((__packed__))
|
||||
|
|
Loading…
Reference in New Issue