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:
Malcolm Priestley 2015-07-22 19:16:44 +01:00 committed by Greg Kroah-Hartman
parent 7135d9a76f
commit 1cf0a47c8c
1 changed files with 1 additions and 1 deletions

View File

@ -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__))