Skip to content

Commit cbcb5f5

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: SDCA: Remove overly chatty input pin list warning
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 <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4eb6ad5 commit cbcb5f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/sdca/sdca_functions.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,6 @@ static int find_sdca_entity_connection(struct device *dev,
16351635
ret = fwnode_property_read_u64(entity_node, "mipi-sdca-input-pin-list", &pin_list);
16361636
if (ret == -EINVAL) {
16371637
/* Allow missing pin lists, assume no pins. */
1638-
dev_warn(dev, "%s: missing pin list\n", entity->label);
16391638
return 0;
16401639
} else if (ret) {
16411640
dev_err(dev, "%s: failed to read pin list: %d\n", entity->label, ret);

0 commit comments

Comments
 (0)