OSDN Git Service

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 f6563d3..2374fa5 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__))