Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[sfrench/cifs-2.6.git] / sound / soc / intel / boards / skl_hda_dsp_generic.c
index f4b4eeca3e03c2d03b00cbf06de073c7666cd8ab..81144efb4b44e4bcc826f653c32e336d40972687 100644 (file)
@@ -75,7 +75,7 @@ skl_hda_add_dai_link(struct snd_soc_card *card, struct snd_soc_dai_link *link)
        struct skl_hda_private *ctx = snd_soc_card_get_drvdata(card);
        int ret = 0;
 
-       dev_dbg(card->dev, "%s: dai link name - %s\n", __func__, link->name);
+       dev_dbg(card->dev, "dai link name - %s\n", link->name);
        link->platforms->name = ctx->platform_name;
        link->nonatomic = 1;
 
@@ -203,7 +203,7 @@ static int skl_hda_audio_probe(struct platform_device *pdev)
        struct skl_hda_private *ctx;
        int ret;
 
-       dev_dbg(&pdev->dev, "%s: entry\n", __func__);
+       dev_dbg(&pdev->dev, "entry\n");
 
        ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx), GFP_KERNEL);
        if (!ctx)