summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_btcoex.c
diff options
context:
space:
mode:
authorNishka Dasgupta <nishkadg.linux@gmail.com>2019-07-02 12:31:30 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-03 18:35:04 +0200
commiteb408965f0e1846631cf82cfcbb3320bca79b456 (patch)
treecb7e03a9d0addfccc276cc8d6b0374dee9e57caa /drivers/staging/rtl8723bs/core/rtw_btcoex.c
parent24c4326e342d55f5a87d0da13bdcaa1335216d8b (diff)
downloadlinux-stable-eb408965f0e1846631cf82cfcbb3320bca79b456.tar.gz
linux-stable-eb408965f0e1846631cf82cfcbb3320bca79b456.tar.bz2
linux-stable-eb408965f0e1846631cf82cfcbb3320bca79b456.zip
staging: rtl8723bs: Remove function rtw_btcoex_GetDBG()
Remove function rtw_btcoex_GetDBG as all it does is call hal_btcoex_GetDBG. Modify call site accordingly. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Link: https://lore.kernel.org/r/20190702070132.6997-7-nishkadg.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/core/rtw_btcoex.c')
-rw-r--r--drivers/staging/rtl8723bs/core/rtw_btcoex.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rtl8723bs/core/rtw_btcoex.c b/drivers/staging/rtl8723bs/core/rtw_btcoex.c
index f0d61033770e..de997c291f3a 100644
--- a/drivers/staging/rtl8723bs/core/rtw_btcoex.c
+++ b/drivers/staging/rtl8723bs/core/rtw_btcoex.c
@@ -43,11 +43,6 @@ void rtw_btcoex_DisplayBtCoexInfo(struct adapter *padapter, u8 *pbuf, u32 bufsiz
hal_btcoex_DisplayBtCoexInfo(padapter, pbuf, bufsize);
}
-u32 rtw_btcoex_GetDBG(struct adapter *padapter, u8 *pStrBuf, u32 bufSize)
-{
- return hal_btcoex_GetDBG(padapter, pStrBuf, bufSize);
-}
-
/* ================================================== */
/* Below Functions are called by BT-Coex */
/* ================================================== */