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

Commit 773b1d1a authored by Karthikeyan Mani's avatar Karthikeyan Mani
Browse files

asoc: sm8150: use locked version of soc_find_component



Use soc_find_component locked version to ensure proper
access of component list while trying to find wsa
components from the list.

Change-Id: I1960d5b023c3d59f5c97ca0f616b4d9e39c15c50
Signed-off-by: default avatarKarthikeyan Mani <kmani@codeaurora.org>
parent 1ab95845
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7268,7 +7268,7 @@ static int msm_init_wsa_dev(struct platform_device *pdev,
			ret = -EINVAL;
			goto err_free_dev_info;
		}
		if (soc_find_component(wsa_of_node, NULL)) {
		if (soc_find_component_locked(wsa_of_node, NULL)) {
			/* WSA device registered with ALSA core */
			wsa881x_dev_info[found].of_node = wsa_of_node;
			wsa881x_dev_info[found].index = i;