staging: rtl8188eu: remove unused variable from os_dep/ioctl_linux.c
authorPhillip Potter <phil@philpotter.co.uk>
Tue, 15 Jun 2021 22:36:05 +0000 (23:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jun 2021 07:25:29 +0000 (09:25 +0200)
commitb16605f9b959c822f931d17ddada562aa4ae6471
tree9b88f95fe9d97386ca67e90ef7e640b054338dc5
parent950c3525341b54513cc51f591619b943452626b9
staging: rtl8188eu: remove unused variable from os_dep/ioctl_linux.c

Remove set but unused variable 'reason' from within the file
os_dep/ioctl_linux.c in the function rtw_wx_set_mlme, as it is
triggering a kernel test robot warning.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210615223607.13863-6-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c