diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-07-14 02:04:06 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-17 17:22:06 +0300 |
commit | d5c6d43b3d94e7bf421ec2aaf21b4b7c79fa1850 (patch) | |
tree | 441f48bda0a529a83d7e1694980218bcc236ad9a /sound | |
parent | 5b43af6d25461d7de293e0704d3b4631dda9b1e8 (diff) | |
download | linux-d5c6d43b3d94e7bf421ec2aaf21b4b7c79fa1850.tar.xz |
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 <colin.king@canonical.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/intel/skylake/skl-messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-messages.c b/sound/soc/intel/skylake/skl-messages.c index fb2f1f603f3c..c5b4e0a9946c 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", |