]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: vt6655: fix tagTDES1 -> wReqCount type
authorMalcolm Priestley <tvboxspy@gmail.com>
Wed, 22 Jul 2015 18:16:44 +0000 (19:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jul 2015 03:51:40 +0000 (20:51 -0700)
should be __le16

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/desc.h

index f6563d3684cd2e0b64f800306a39b9a458f141af..2374fa5d381fa4e623f26e78a486d006c34b974c 100644 (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__))