浏览代码

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>
Malcolm Priestley 10 年之前
父节点
当前提交
1cf0a47c8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/vt6655/desc.h

+ 1 - 1
drivers/staging/vt6655/desc.h

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