projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eb6ad5
)
ASoC: SDCA: Remove overly chatty input pin list warning
author
Charles Keepax
<ckeepax@opensource.cirrus.com>
Mon, 7 Jul 2025 12:41:50 +0000
(13:41 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 15 Jul 2025 18:45:45 +0000
(19:45 +0100)
An input pin list is not generally required, so a warning on the
absence of one is a little extreme, remove this warning message.
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Link:
https://patch.msgid.link/20250707124155.2596744-3-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdca/sdca_functions.c
patch
|
blob
|
history
diff --git
a/sound/soc/sdca/sdca_functions.c
b/sound/soc/sdca/sdca_functions.c
index
7392ddc
..
e567e36
100644
(file)
--- a/
sound/soc/sdca/sdca_functions.c
+++ b/
sound/soc/sdca/sdca_functions.c
@@
-1635,7
+1635,6
@@
static int find_sdca_entity_connection(struct device *dev,
ret = fwnode_property_read_u64(entity_node, "mipi-sdca-input-pin-list", &pin_list);
if (ret == -EINVAL) {
/* Allow missing pin lists, assume no pins. */
- dev_warn(dev, "%s: missing pin list\n", entity->label);
return 0;
} else if (ret) {
dev_err(dev, "%s: failed to read pin list: %d\n", entity->label, ret);