staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry()
authorGUO Zihua <guozihua@huawei.com>
Fri, 9 Sep 2022 08:20:47 +0000 (16:20 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Sep 2022 08:37:16 +0000 (10:37 +0200)
commit5bf83bef3bdc3e8e8285660713d4df086ce45aba
tree941c5d50f1d517fa184ad6cdbb17713b54b275db
parent513d9a61156d79dd0979c4ad400c8587f52cbb9d
staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry()

As _rtw_xmit_entry() would always return 0, we are save to delete the
return value for it.

Signed-off-by: GUO Zihua <guozihua@huawei.com>
Link: https://lore.kernel.org/r/20220909082048.14486-2-guozihua@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/xmit_osdep.h
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
drivers/staging/rtl8723bs/os_dep/xmit_linux.c