Commit 4fbf4e3e authored by Maciej Strozek's avatar Maciej Strozek Committed by Mark Brown

spi: cs42l43: Correct name of ACPI property

Fixes: 439fbc97 ("spi: cs42l43: Add bridged cs35l56 amplifiers")
Signed-off-by: default avatarMaciej Strozek <mstrozek@opensource.cirrus.com>
Reviewed-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20240418103315.1487267-1-mstrozek@opensource.cirrus.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 037c633d
...@@ -267,7 +267,7 @@ static bool cs42l43_has_sidecar(struct fwnode_handle *fwnode) ...@@ -267,7 +267,7 @@ static bool cs42l43_has_sidecar(struct fwnode_handle *fwnode)
continue; continue;
ret = fwnode_property_read_u32(ext_fwnode, ret = fwnode_property_read_u32(ext_fwnode,
"01fa-cirrus-sidecar-instances", "01fa-sidecar-instances",
&val); &val);
fwnode_handle_put(ext_fwnode); fwnode_handle_put(ext_fwnode);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment