Skip to content

Commit 21814d6

Browse files
Malcolm Priestleygregkh
authored andcommitted
staging: vt6656: 64 bit fixes: int.h replaced DWORD with u32
Fixes size of long issues. Signed-off-by: Malcolm Priestley<tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent ed74395 commit 21814d6

File tree

1 file changed

+2
-2
lines changed
  • drivers/staging/vt6656

1 file changed

+2
-2
lines changed

drivers/staging/vt6656/int.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ typedef struct tagSINTData {
4848
BYTE byTSR3;
4949
BYTE byPkt3;
5050
WORD wTime3;
51-
DWORD dwLoTSF;
52-
DWORD dwHiTSF;
51+
u32 dwLoTSF;
52+
u32 dwHiTSF;
5353
BYTE byISR0;
5454
BYTE byISR1;
5555
BYTE byRTSSuccess;

0 commit comments

Comments
 (0)