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

Commit c366b453 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ipc: fix error message to reflect the correct error



Fix error message when registration with SND event fwk
fails, to reflect the correct information.

Change-Id: I15133557666ff1b83073e1ce26ee9c4f1b4441ae
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent 57245da2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1201,7 +1201,7 @@ static int apr_probe(struct platform_device *pdev)

	ret = snd_event_client_register(&pdev->dev, &apr_ssr_ops, NULL);
	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);
		ret = 0;
	}