Skip to content

Commit 4fbf4e3

Browse files
mstrozekbroonie
authored andcommitted
spi: cs42l43: Correct name of ACPI property
Fixes: 439fbc9 ("spi: cs42l43: Add bridged cs35l56 amplifiers") Signed-off-by: Maciej Strozek <[email protected]> Reviewed-by: Charles Keepax <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 037c633 commit 4fbf4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi-cs42l43.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ static bool cs42l43_has_sidecar(struct fwnode_handle *fwnode)
267267
continue;
268268

269269
ret = fwnode_property_read_u32(ext_fwnode,
270-
"01fa-cirrus-sidecar-instances",
270+
"01fa-sidecar-instances",
271271
&val);
272272

273273
fwnode_handle_put(ext_fwnode);

0 commit comments

Comments
 (0)