ソースを参照

Merge "qca-wifi: Replace WMI_LOGW() with wmi_* appropriate log level"

Linux Build Service Account 4 年 前
コミット
8bbe4d4c54
1 ファイル変更1 行追加1 行削除
  1. 1 1
      wmi/src/wmi_unified_non_tlv.c

+ 1 - 1
wmi/src/wmi_unified_non_tlv.c

@@ -1021,7 +1021,7 @@ static QDF_STATUS send_peer_param_cmd_non_tlv(wmi_unified_t wmi_handle,
 
 
 	param_id = convert_host_peer_param_id_to_target_id_non_tlv(param->param_id);
 	param_id = convert_host_peer_param_id_to_target_id_non_tlv(param->param_id);
 	if (param_id == WMI_UNAVAILABLE_PARAM) {
 	if (param_id == WMI_UNAVAILABLE_PARAM) {
-		WMI_LOGW("%s: Unavailable param %d", __func__, param->param_id);
+		wmi_err("Unavailable param %d", param->param_id);
 		return QDF_STATUS_E_NOSUPPORT;
 		return QDF_STATUS_E_NOSUPPORT;
 	}
 	}
 	buf = wmi_buf_alloc(wmi_handle, len);
 	buf = wmi_buf_alloc(wmi_handle, len);