staging: rtl8723bs: os_dep: remove set but not used 'uintRet'
authorJason Yan <yanaijie@huawei.com>
Mon, 27 Apr 2020 03:23:36 +0000 (11:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Apr 2020 12:29:41 +0000 (14:29 +0200)
commitfc84701810fa02b6281b0afed201b4fd7b4c792c
tree5f314be5b500e3efc93fe292023ec42cd1213862
parent10b674be0a0c8a2a819c69786b07e76ab141e7c0
staging: rtl8723bs: os_dep: remove set but not used 'uintRet'

Fix the following gcc warning:

drivers/staging/rtl8723bs/os_dep/ioctl_linux.c:2564:22: warning:
variable â€˜uintRet’ set but not used [-Wunused-but-set-variable]
         unsigned int uintRet = 0;
                      ^~~~~~~

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200427032342.27211-2-yanaijie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c