]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ASoC: wm8524: Don't use dev_err to show supported sample rate
authorAxel Lin <axel.lin@ingics.com>
Wed, 2 Aug 2017 08:13:46 +0000 (16:13 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 2 Aug 2017 10:19:36 +0000 (11:19 +0100)
Switch to use dev_dbg instead.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Mihai Serban <mihai.serban@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8524.c

index e22b76d64e32331278b38667022601ead4e882f7..b66147e0631b68fd347ac720f48c36c3b22f5e74 100644 (file)
@@ -118,7 +118,7 @@ static int wm8524_set_dai_sysclk(struct snd_soc_dai *codec_dai,
                case 96000:
                case 176400:
                case 192000:
-                       dev_err(codec->dev, "Supported sample rate: %dHz\n",
+                       dev_dbg(codec->dev, "Supported sample rate: %dHz\n",
                                val);
                        wm8524->rate_constraint_list[j++] = val;
                        wm8524->rate_constraint.count++;