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

Commit ef06b6f3 authored by Vedang Patel's avatar Vedang Patel Committed by Mark Brown
Browse files

ASoC: Intel: common: increase the loglevel of "FW Poll Status".



For consistency with other log statements, change dev_info to dev_dbg
for a kernel print which is frequently printed by the driver.

Signed-off-by: default avatarVedang Patel <vedang.patel@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3cb7cec1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ int sst_dsp_register_poll(struct sst_dsp *ctx, u32 offset, u32 mask,
	}

	reg = sst_dsp_shim_read_unlocked(ctx, offset);
	dev_info(ctx->dev, "FW Poll Status: reg=%#x %s %s\n", reg, operation,
	dev_dbg(ctx->dev, "FW Poll Status: reg=%#x %s %s\n", reg, operation,
			(time < timeout) ? "successful" : "timedout");
	ret = time < timeout ? 0 : -ETIME;