]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit495302ace94399bcfd030a9a9a53d39ed1714002
tree941c5d50f1d517fa184ad6cdbb17713b54b275db
parent4c41b9d58b47e88eeb36050991bf2f9c9cece0df
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