]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: Intel: Skylake: fix type in debug message
authorColin Ian King <colin.king@canonical.com>
Thu, 13 Jul 2017 23:04:06 +0000 (00:04 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 17 Jul 2017 14:22:06 +0000 (15:22 +0100)
Trivial fix to typo in debug message, dst_instacne should be
dst_instance

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-messages.c

index fb2f1f603f3c9ef955f35c61e2b21d964f666be8..c5b4e0a9946cd9613480262771df79981d9127ac 100644 (file)
@@ -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",