diff options
| -rwxr-xr-x | drivers/staging/qca-wifi-host-cmn/wmi/src/wmi_unified_tlv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/qca-wifi-host-cmn/wmi/src/wmi_unified_tlv.c b/drivers/staging/qca-wifi-host-cmn/wmi/src/wmi_unified_tlv.c index 17b2c4bceea8..50615b7d893e 100755 --- a/drivers/staging/qca-wifi-host-cmn/wmi/src/wmi_unified_tlv.c +++ b/drivers/staging/qca-wifi-host-cmn/wmi/src/wmi_unified_tlv.c @@ -18150,7 +18150,7 @@ static bool is_service_enabled_tlv(wmi_unified_t wmi_handle, } if (service_id >= WMI_MAX_EXT_SERVICE) { - WMI_LOGE("Service id %d but WMI ext2 service bitmap is NULL", + WMI_LOGD("Service id %d but WMI ext2 service bitmap is NULL", service_id); return false; } |
