From: Phillip Potter Date: Tue, 3 Aug 2021 23:05:31 +0000 (+0100) Subject: staging: r8188eu: remove RT_TRACE calls from hal/hal_intf.c X-Git-Tag: Ubuntu-5.15.0-12.12~1954^2~260 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7ca7bbdc1487331a420bb6bec497188de5346643;p=mirror_ubuntu-jammy-kernel.git staging: r8188eu: remove RT_TRACE calls from hal/hal_intf.c 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 Link: https://lore.kernel.org/r/20210803230535.74254-5-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/hal/hal_intf.c b/drivers/staging/r8188eu/hal/hal_intf.c index 5c4e19b1e60f..e07d430dc7ba 100644 --- a/drivers/staging/r8188eu/hal/hal_intf.c +++ b/drivers/staging/r8188eu/hal/hal_intf.c @@ -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; }