]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
staging: r8188eu: remove RT_TRACE calls from hal/hal_intf.c
authorPhillip Potter <phil@philpotter.co.uk>
Tue, 3 Aug 2021 23:05:31 +0000 (00:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Aug 2021 11:00:17 +0000 (13:00 +0200)
Remove RT_TRACE macro calls from hal/hal_intf.c, so that ultimately the
macro definition itself can eventually be removed.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210803230535.74254-5-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/hal_intf.c

index 5c4e19b1e60f68ffb64542e56007815abc6929e6..e07d430dc7bad7b702943a18d46b3816f35edc66 100644 (file)
@@ -88,9 +88,6 @@ uint   rtw_hal_init(struct adapter *adapt)
                DBG_88E("rtw_hal_init: hal__init fail\n");
        }
 
-       RT_TRACE(_module_hal_init_c_, _drv_err_,
-                ("-rtl871x_hal_init:status=0x%x\n", status));
-
        return status;
 }