Skip to content

Commit

Permalink
staging: vt6656: 64 bit fixes: int.h replaced DWORD with u32
Browse files Browse the repository at this point in the history
Fixes size of long issues.

Signed-off-by: Malcolm Priestley<tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Malcolm Priestley authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent ed74395 commit 21814d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/vt6656/int.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ typedef struct tagSINTData {
BYTE byTSR3;
BYTE byPkt3;
WORD wTime3;
DWORD dwLoTSF;
DWORD dwHiTSF;
u32 dwLoTSF;
u32 dwHiTSF;
BYTE byISR0;
BYTE byISR1;
BYTE byRTSSuccess;
Expand Down

0 comments on commit 21814d6

Please sign in to comment.