mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 04:34:37 -05:00
spi: cs42l43: Correct name of ACPI property
Fixes: 439fbc9750 ("spi: cs42l43: Add bridged cs35l56 amplifiers")
Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20240418103315.1487267-1-mstrozek@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
037c633df6
commit
4fbf4e3ea6
@@ -267,7 +267,7 @@ static bool cs42l43_has_sidecar(struct fwnode_handle *fwnode)
|
||||
continue;
|
||||
|
||||
ret = fwnode_property_read_u32(ext_fwnode,
|
||||
"01fa-cirrus-sidecar-instances",
|
||||
"01fa-sidecar-instances",
|
||||
&val);
|
||||
|
||||
fwnode_handle_put(ext_fwnode);
|
||||
|
||||
Reference in New Issue
Block a user