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

Commit 57e82180 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: Fix misleading error print in audio_acdb.c"

parents a45a1953 f5a10e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1213,7 +1213,7 @@ static int register_memory(void)

	result = allocate_col_data();
	if (result) {
		pr_err("%s: allocate_hw_delay_entries failed, rc = %d\n",
		pr_err("%s: allocate_col_data failed, rc = %d\n",
			__func__, result);
		goto err_done;
	}