aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Potter <[email protected]>2021-08-04 00:05:31 +0100
committerGreg Kroah-Hartman <[email protected]>2021-08-05 13:00:17 +0200
commit7ca7bbdc1487331a420bb6bec497188de5346643 (patch)
treedf3dd046c44eb976523100406ed117c78cc1adc0
parent23f7f44a933805457a8748f6f2469d86ab6a6b3a (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/r8188eu/hal/hal_intf.c3
1 files changed, 0 insertions, 3 deletions
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;
}