lkml.org 
[lkml]   [2021]   [Mar]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 15/15] staging: rtl8723bs: remove unnecessary logging in os_dep/wifi_regd.c
    Date
    fix the following checkpatch.pl issues:

    WARNING: Unnecessary ftrace-like logging - prefer using ftrace
    153: FILE: drivers/staging/rtl8723bs/os_dep/wifi_regd.c:153:
    + DBG_8192C("%s\n", __func__);

    Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
    ---
    drivers/staging/rtl8723bs/os_dep/wifi_regd.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
    index b3d87a971398..93a35b94d8bc 100644
    --- a/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
    +++ b/drivers/staging/rtl8723bs/os_dep/wifi_regd.c
    @@ -150,7 +150,5 @@ void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request)
    {
    struct rtw_regulatory *reg = NULL;

    - DBG_8192C("%s\n", __func__);
    -
    _rtw_reg_notifier_apply(wiphy, request, reg);
    }
    --
    2.20.1
    \
     
     \ /
      Last update: 2021-03-18 16:28    [W:2.824 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site