qcacmn: Add verbose print in wmi_register_event_handler

Add verbose information print in register_event_handler

CRs-Fixed: 2071681
Change-Id: Icf2a81b71a97a0d01a9771ad998f96b5d10f6cb6
This commit is contained in:
Adil Saeed Musthafa
2017-07-05 14:43:51 -07:00
committed by snandini
parent 61e086ff92
commit 4f2c98f10d

View File

@@ -2144,6 +2144,8 @@ int wmi_unified_register_event_handler(wmi_unified_t wmi_handle,
__func__, evt_id);
return QDF_STATUS_E_FAILURE;
}
QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_DEBUG,
"Registered event handler for event 0x%8x\n", evt_id);
idx = soc->max_event_idx;
wmi_handle->event_handler[idx] = handler_func;
wmi_handle->event_id[idx] = evt_id;