staging: vt6655: Replace unused return value of vt6655_get_current_tsf
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sun, 1 May 2022 20:25:41 +0000 (22:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 May 2022 21:21:04 +0000 (23:21 +0200)
commit60a16985171c4e53e98facf40dfe035f7e34fc83
tree6f122fe848aafd90152992d0ebda04930b73f7bf
parentfed5b53385f313bf7a6efa9649bf20a12eead833
staging: vt6655: Replace unused return value of vt6655_get_current_tsf

Replace unused return value with u64 to increase readability,
reduce address and dereference operators and omit pqwCurrTSF that
uses CamelCase which is not accepted by checkpatch.pl

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/62c83d78627196ec0ce2f5a562cb080a1c87a05a.1651435890.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/card.c
drivers/staging/vt6655/card.h
drivers/staging/vt6655/device_main.c