瀏覽代碼

Merge "ipc: fix error message to reflect the correct error"

Linux Build Service Account 6 年之前
父節點
當前提交
4e3fcbf103
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ipc/apr.c

+ 1 - 1
ipc/apr.c

@@ -1201,7 +1201,7 @@ static int apr_probe(struct platform_device *pdev)
 
 
 	ret = snd_event_client_register(&pdev->dev, &apr_ssr_ops, NULL);
 	ret = snd_event_client_register(&pdev->dev, &apr_ssr_ops, NULL);
 	if (ret) {
 	if (ret) {
-		pr_err("%s: Registration with Audio SSR FW failed ret = %d\n",
+		pr_err("%s: Registration with SND event fwk failed ret = %d\n",
 			__func__, ret);
 			__func__, ret);
 		ret = 0;
 		ret = 0;
 	}
 	}