diff --git a/drivers/staging/qca-wifi-host-cmn/wmi/src/wmi_unified.c b/drivers/staging/qca-wifi-host-cmn/wmi/src/wmi_unified.c index 2eef15a9534686c66c01c4eea8d3957bbac428ee..729777eb05c06e3efe689ee12da375ff154b5317 100644 --- a/drivers/staging/qca-wifi-host-cmn/wmi/src/wmi_unified.c +++ b/drivers/staging/qca-wifi-host-cmn/wmi/src/wmi_unified.c @@ -1593,9 +1593,8 @@ static void wmi_control_rx(void *ctx, HTC_PACKET *htc_packet) id = WMI_GET_FIELD(qdf_nbuf_data(evt_buf), WMI_CMD_HDR, COMMANDID); idx = wmi_unified_get_event_handler_ix(wmi_handle, id); if (qdf_unlikely(idx == A_ERROR)) { - qdf_print - ("%s :event handler is not registered: event id 0x%x\n", - __func__, id); + WMI_LOGD("%s :event handler is not registered: event id 0x%x\n", + __func__, id); qdf_nbuf_free(evt_buf); return; }