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

Commit 5095f55d authored by Charles Keepax's avatar Charles Keepax Committed by Mark Brown
Browse files

ASoC: wm_adsp: Remove duplicate info message for DSP RAM ready

parent 1552c325
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1488,7 +1488,6 @@ static int wm_adsp2_ena(struct wm_adsp *dsp)
	}

	adsp_dbg(dsp, "RAM ready after %d polls\n", count);
	adsp_info(dsp, "RAM ready after %d polls\n", count);

	return 0;
}