OSDN Git Service

staging: rtl8192e: Replace RF90_PATH_C in test expression of for loop
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Mon, 13 Mar 2023 22:46:27 +0000 (23:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Mar 2023 08:37:11 +0000 (09:37 +0100)
commit7c4b9278d44c567f335ef3714e201e1f2074bb9d
treeae47962ff426b21892edd331489bfc9ec2ef72e6
parent3e83b45cb66a6077300bae384b59cdd2b66b00e0
staging: rtl8192e: Replace RF90_PATH_C in test expression of for loop

Replace RF90_PATH_C in test expression of the for loop with the variable
that is commonly used. This avoids false hits when searching for usage of
RF90_PATH_C and therefore improves readability.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/f9af7a3d3e608206a4aa4ba2bd377b9201111b3f.1678740713.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c