staging: rtl8723bs: hal: Remove return type of initrecvbuf
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Sun, 16 Jun 2019 02:53:55 +0000 (08:23 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2019 06:59:41 +0000 (08:59 +0200)
commit289fb19ef7a9485890a0451f9c90b7f54fcd6ae4
tree9b1f203732a6f64960e82a06411880c5c8ff0f36
parent4c1c1dbd6d935487adc744ab26164507efc68336
staging: rtl8723bs: hal: Remove return type of initrecvbuf

change return of initrecvbuf from s32 to void. As this function always
returns SUCCESS .

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c