Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fc88ec6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: qdsp6v2: Update log message priority to debug"

parents b289d6e7 f36a1740
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -648,7 +648,7 @@ static int afe_send_hw_delay(u16 port_id, u32 rate)
		ret = get_hw_delay(RX_CAL, &delay_entry);

	if (ret != 0) {
		pr_warn("%s: Failed to get hw delay info\n", __func__);
		pr_debug("%s: Failed to get hw delay info\n", __func__);
		goto fail_cmd;
	}