projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7135d9a
)
staging: vt6655: fix tagTDES1 -> wReqCount type
author
Malcolm Priestley
<tvboxspy@gmail.com>
Wed, 22 Jul 2015 18:16:44 +0000
(19:16 +0100)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/desc.h
b/drivers/staging/vt6655/desc.h
index f6563d3684cd2e0b64f800306a39b9a458f141af..2374fa5d381fa4e623f26e78a486d006c34b974c 100644
(file)
--- 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__))