staging: vt6655: Replace VNSvInPortB with ioread8
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sat, 16 Apr 2022 08:00:55 +0000 (10:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Apr 2022 16:45:15 +0000 (18:45 +0200)
commit08bea7da71b34c60b9aca1258a2098fed3bc3ce6
tree437e8380a83d6f0c10ac683c3a922df9a280e4e5
parentbcac7e6eecd746a8f6fc0f992f887ea2d916a937
staging: vt6655: Replace VNSvInPortB with ioread8

Replace macro VNSvInPortB with ioread8. Avoid cast of the return
value is possible with one exception.
The name of macro and the arguments use CamelCase which
is not accepted by checkpatch.pl

Since there are more than one checkpatch issue per line,
more steps are rquired to fix.

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