OSDN Git Service

staging: vt6656: int.h correct endian type
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 16 Feb 2014 19:08:21 +0000 (19:08 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 18:59:34 +0000 (10:59 -0800)
commitdbb18cbb7eff574c9a8c83743d5904b4954f628e
tree3dc7c36bf743408bd86bcdc7b3094255463e2c34
parenta9052bc9b3bc7140325a5e936ede4e1f92037c1b
staging: vt6656: int.h correct endian type

Endian type u64 qwTSF Change to new base type __le64 tsf

In INTnsProcessData use le64_to_cpu for qwCurrTSF.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/int.c
drivers/staging/vt6656/int.h