]> 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)
commitae049ee5e52a161cecd857f26e2a87ea6bed71fe
tree6f122fe848aafd90152992d0ebda04930b73f7bf
parentd24a982189a5b7cae4b968fd3a320223976e2efa
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