From: Malcolm Priestley Date: Wed, 22 Jul 2015 18:16:44 +0000 (+0100) Subject: staging: vt6655: fix tagTDES1 -> wReqCount type X-Git-Tag: v4.3-rc1~158^2~523 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1cf0a47c8c4986b8fa946156a19f7b02dc303a43;p=karo-tx-linux.git staging: vt6655: fix tagTDES1 -> wReqCount type should be __le16 Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/desc.h b/drivers/staging/vt6655/desc.h index f6563d3684cd..2374fa5d381f 100644 --- a/drivers/staging/vt6655/desc.h +++ b/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__))