staging: r8188eu: clarify that bb_reg_dump uses only path a
authorMartin Kaiser <martin@kaiser.cx>
Sat, 12 Feb 2022 16:17:32 +0000 (17:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Feb 2022 16:11:22 +0000 (17:11 +0100)
commitaa7776609583ba8d3cbf44a7c46c8bd0cbb75689
tree89d0eab16ba3a6e73e5396a9134d9ff747946c48
parent138a2ff3cceaa9089f7cb5f25207f7175b8391a2
staging: r8188eu: clarify that bb_reg_dump uses only path a

The path variable is always 0 in bb_reg_dump. Remove the path variable
and replace the constant 0 with RF_PATH_A to make it clearer that path
a is used.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220212161737.381841-6-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/ioctl_linux.c