]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: rtl8192e: Remove unchanged variable bDisableNormalResetCheck
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sat, 1 Oct 2022 09:41:18 +0000 (11:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Oct 2022 15:19:26 +0000 (17:19 +0200)
commitec437736505f4ba1152730d8c0ec3d0167bb358b
tree3883998a9e4cd611028a05008e19c1dafb4fc161
parent20401e6c6a59f56d9235756168f620e7bffbae26
staging: rtl8192e: Remove unchanged variable bDisableNormalResetCheck

bDisableNormalResetCheck is just once initialized with false. All
evaluations will result in !false. Remove resulting dead code.

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