]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1c9da665550594d5d01a82d4de6aa04e809b4580
tree6f122fe848aafd90152992d0ebda04930b73f7bf
parent257fb51f9d97ed1c848fd85f9d60783182427c59
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