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

Commit f018ce04 authored by Meng Wang's avatar Meng Wang
Browse files

asoc: lahaina: update log type to reduce log



Update log type to reduce error log during bootup.

Change-Id: I9e95ea8d121f7dbf15d5c02268d7f8dc67d840e0
Signed-off-by: default avatarMeng Wang <mengw@codeaurora.org>
parent 5f61bf83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7145,7 +7145,7 @@ static int msm_populate_dai_link_component_of_node(

				np = dai_link[i].codecs[j].of_node;
                                if (!of_device_is_available(np)) {
                                        dev_err(cdev, "%s: codec is disabled: %s\n",
                                        dev_dbg(cdev, "%s: codec is disabled: %s\n",
						__func__,
						np->full_name);
					dai_link[i].codecs[j].of_node = NULL;