linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: cs42l43: Correct name of ACPI property
@ 2024-04-18  9:42 Maciej Strozek
  2024-04-18 10:18 ` Charles Keepax
  2024-04-18 10:21 ` Charles Keepax
  0 siblings, 2 replies; 4+ messages in thread
From: Maciej Strozek @ 2024-04-18  9:42 UTC (permalink / raw)
  To: Mark Brown; +Cc: patches, alsa-devel, linux-spi, linux-kernel, Maciej Strozek

Fixes: 1f05252a3a95 ("Add bridged amplifiers to cs42l43")

Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
---
 drivers/spi/spi-cs42l43.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/spi-cs42l43.c b/drivers/spi/spi-cs42l43.c
index cdc61cd089ad..9d747ea69926 100644
--- a/drivers/spi/spi-cs42l43.c
+++ b/drivers/spi/spi-cs42l43.c
@@ -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);
--
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-18 10:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18  9:42 [PATCH] spi: cs42l43: Correct name of ACPI property Maciej Strozek
2024-04-18 10:18 ` Charles Keepax
2024-04-18 10:21 ` Charles Keepax
2024-04-18 10:26   ` Maciej Strozek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).