projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a552397
)
staging: vt6656: 64 bit fixes: rxtx.h Replace DWORD with u32.
author
Malcolm Priestley
<tvboxspy@gmail.com>
Sun, 11 Nov 2012 15:34:51 +0000
(15:34 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 20:51:30 +0000
(12:51 -0800)
Size of long issues.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.h
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/rxtx.h
b/drivers/staging/vt6656/rxtx.h
index f99acf1d8eb9cf10f53d9754d38b66590ace87aa..dd2198acc63679c05d2a4cd03c86c78054bc91a3 100644
(file)
--- a/
drivers/staging/vt6656/rxtx.h
+++ b/
drivers/staging/vt6656/rxtx.h
@@
-61,9
+61,9
@@
typedef struct tagSCTSDataF {
// MICHDR data header
//
typedef struct tagSMICHDR {
-
DWORD
adwHDR0[4];
-
DWORD
adwHDR1[4];
-
DWORD
adwHDR2[4];
+
u32
adwHDR0[4];
+
u32
adwHDR1[4];
+
u32
adwHDR2[4];
} SMICHDR, *PSMICHDR;
@@
-630,7
+630,7
@@
typedef struct tagSTX_BUFFER
BYTE byPKTNO;
WORD wTxByteCount;
-
DWORD
adwTxKey[4];
+
u32
adwTxKey[4];
WORD wFIFOCtl;
WORD wTimeStamp;
WORD wFragCtl;