Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 367bb7f3 authored by Hongtao Peng's avatar Hongtao Peng
Browse files

asoc: fix compile warning of format-extra-args



Delete the wrong, redundant log info

Change-Id: Ifc20514d6e7342be7e67239a2f2f74b895de6c5c
Signed-off-by: default avatarHongtao Peng <hongtaop@codeaurora.org>
parent b0a827be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -518,7 +518,6 @@ static int msm_asoc_machine_probe(struct platform_device *pdev)
	if (ret) {
		dev_err(&pdev->dev, "parse card name failed, err:%d\n",
			ret);
    pr_err("parse card name failed, err:%d\n", __func__, ret);
		goto err;
	}