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

@@ -2315,7 +2315,6 @@ void phydm_dfs_ap_reset_radar_detect_counter_and_flag(void *dm_void)
odm_set_bb_reg(dm, R_0xa40, BIT(15), 0);
odm_set_bb_reg(dm, R_0xa40, BIT(15), 1);
/* RT_TRACE(COMP_DFS, DBG_LOUD, ("[DFS], After reset radar counter, 0xcf8 = 0x%x, 0xcf4 = 0x%x\n", */
/* PHY_QueryBBReg(Adapter, 0xcf8, bMaskDWord), */
/* PHY_QueryBBReg(Adapter, 0xcf4, bMaskDWord))); */
}