From: Colin Ian King Date: Thu, 13 Jul 2017 23:04:06 +0000 (+0100) Subject: ASoC: Intel: Skylake: fix type in debug message X-Git-Tag: v4.14-rc4~21^2~23^2~17^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5c6d43b3d94e7bf421ec2aaf21b4b7c79fa1850;p=platform%2Fkernel%2Flinux-rpi3.git ASoC: Intel: Skylake: fix type in debug message Trivial fix to typo in debug message, dst_instacne should be dst_instance Signed-off-by: Colin Ian King Acked-By: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/skylake/skl-messages.c b/sound/soc/intel/skylake/skl-messages.c index fb2f1f6..c5b4e0a 100644 --- a/sound/soc/intel/skylake/skl-messages.c +++ b/sound/soc/intel/skylake/skl-messages.c @@ -950,7 +950,7 @@ static void skl_dump_bind_info(struct skl_sst *ctx, struct skl_module_cfg { dev_dbg(ctx->dev, "%s: src module_id = %d src_instance=%d\n", __func__, src_module->id.module_id, src_module->id.pvt_id); - dev_dbg(ctx->dev, "%s: dst_module=%d dst_instacne=%d\n", __func__, + dev_dbg(ctx->dev, "%s: dst_module=%d dst_instance=%d\n", __func__, dst_module->id.module_id, dst_module->id.pvt_id); dev_dbg(ctx->dev, "src_module state = %d dst module state = %d\n",