remove the RT_TRACE macro

We've deleted all RT_TRACE calls. The macro itself can now be removed
as well.

Link: https://lore.kernel.org/r/20210807153636.11712-13-martin@kaiser.cx
This commit is contained in:
Martin Kaiser
2021-08-07 17:36:36 +02:00
committed by Carlos Garcés
parent 9ad10523e3
commit 2965c273c9
9 changed files with 2 additions and 31 deletions

View File

@@ -718,7 +718,6 @@ odm_txpowertracking_check_mp(
void *adapter = dm->adapter;
if (odm_check_power_status(adapter) == false) {
RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD, ("check_pow_status, return false\n"));
return;
}