staging: rtl8192e: rtl8192E_dev: remove unused variable
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 7 Apr 2021 03:52:38 +0000 (11:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Apr 2021 08:20:18 +0000 (10:20 +0200)
commit85adda6197f2c00ab1eea823e4eeb22aa4653ea0
treeefcc9dccff83574c7b603c9a52622dfaf01f2ba8
parentf179515da9780c4cd37bee76c3cbb6f7364451d6
staging: rtl8192e: rtl8192E_dev: remove unused variable

Fix the following gcc warning:

drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c:693:15: warning: variable
‘tmpRegC’ set but not used [-Wunused-but-set-variable].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1617767558-114050-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c