mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
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:
committed by
Carlos Garcés
parent
9ad10523e3
commit
2965c273c9
@@ -1023,7 +1023,6 @@ u8 phydm_c2H_content_parsing(void *dm_void, u8 c2h_cmd_id, u8 c2h_cmd_len,
|
||||
#if (DM_ODM_SUPPORT_TYPE == ODM_WIN)
|
||||
|
||||
if (dm->support_ic_type & (ODM_RTL8812 | ODM_RTL8821)) {
|
||||
RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK Finish ==\n"));
|
||||
odm_acquire_spin_lock(dm, RT_IQK_SPINLOCK);
|
||||
dm->rf_calibrate_info.is_iqk_in_progress = false;
|
||||
odm_release_spin_lock(dm, RT_IQK_SPINLOCK);
|
||||
|
||||
Reference in New Issue
Block a user