ASoC: hdmi-codec: fix spelling mistake "plalform" -> "platform"
authorColin Ian King <colin.king@canonical.com>
Wed, 17 Apr 2019 16:26:28 +0000 (17:26 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 2 May 2019 01:45:58 +0000 (10:45 +0900)
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/hdmi-codec.c

index 35df73e..b9d9dde 100644 (file)
@@ -757,7 +757,7 @@ static int hdmi_codec_probe(struct platform_device *pdev)
        dev_dbg(dev, "%s()\n", __func__);
 
        if (!hcd) {
-               dev_err(dev, "%s: No plalform data\n", __func__);
+               dev_err(dev, "%s: No platform data\n", __func__);
                return -EINVAL;
        }