qcacmn: Log qmi event id in hex for easier debugging
Log wmi event id received in QMI stats response in hex for easier debugging. Change-Id: I7812f6aa31ccaa8c186679cac49e7a0a192ac7f5 CRs-Fixed: 3199171
Esse commit está contido em:

commit de
Madan Koyyalamudi

pai
a95ed8ed3c
commit
fd2ba9f34e
@@ -2706,7 +2706,7 @@ static int __wmi_process_qmi_fw_event(void *wmi_cb_ctx, void *buf, int len)
|
||||
|
||||
qdf_mem_copy(qdf_nbuf_data(evt_buf), buf, len);
|
||||
evt_id = WMI_GET_FIELD(qdf_nbuf_data(evt_buf), WMI_CMD_HDR, COMMANDID);
|
||||
wmi_debug("Received WMI_EVT_ID: %d over qmi", evt_id);
|
||||
wmi_debug("Received WMI_EVT_ID: 0x%x over qmi", evt_id);
|
||||
wmi_process_control_rx(wmi_handle, evt_buf);
|
||||
|
||||
return 0;
|
||||
|
Referência em uma nova issue
Block a user