]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
staging: rtl8723bs: os_dep: remove cast to void pointer
authorHimanshu Jha <himanshujha199640@gmail.com>
Mon, 28 Aug 2017 13:27:36 +0000 (18:57 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Aug 2017 06:24:04 +0000 (08:24 +0200)
commit67e3e07e82f8657d4fe702fc9c96a513db9bdce1
treed7b9d41f0af27b316e0e76176dbba134ccf3b087
parent529d87b44da7778db077c3dcfa54644ff4f7e7af
staging: rtl8723bs: os_dep: remove cast to void pointer

casting to void pointer from any pointer type and vice-versa is done
implicitly and therefore casting is not needed in such a case.

Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/mlme_linux.c
drivers/staging/rtl8723bs/os_dep/osdep_service.c
drivers/staging/rtl8723bs/os_dep/sdio_intf.c
drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c