]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: rtl8188eu: make function void
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 7 Aug 2015 10:36:29 +0000 (16:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Aug 2015 22:17:58 +0000 (15:17 -0700)
commit0b47649c78c09afa43e93e902027d211cd1c6991
tree8fbe3c293bed3dfd038e5a29950fdd9e708690b3
parent1695cd29b24eca077fa8ae467f1184009ceb9d05
staging: rtl8188eu: make function void

The return value of rtw_os_recv_resource_alloc() is never checked, so
make it as void. Moreover as of now the function can not fail.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c
drivers/staging/rtl8188eu/include/recv_osdep.h
drivers/staging/rtl8188eu/os_dep/recv_linux.c