[PATCH] spi: cs42l43: Correct name of ACPI property

Maciej Strozek posted 1 patch 1 year, 9 months ago
There is a newer version of this series
drivers/spi/spi-cs42l43.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] spi: cs42l43: Correct name of ACPI property
Posted by Maciej Strozek 1 year, 9 months ago
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
Re: [PATCH] spi: cs42l43: Correct name of ACPI property
Posted by Charles Keepax 1 year, 9 months ago
On Thu, Apr 18, 2024 at 10:42:06AM +0100, Maciej Strozek wrote:
> Fixes: 1f05252a3a95 ("Add bridged amplifiers to cs42l43")

Sorry actually are you sure this commit ID is right, I don't
think it matches the one in Mark's tree?

Thanks,
Charles
Re: [PATCH] spi: cs42l43: Correct name of ACPI property
Posted by Maciej Strozek 1 year, 9 months ago
W dniu czw, 18.04.2024 o godzinie 10∶21 +0000, użytkownik Charles
Keepax napisał:
> On Thu, Apr 18, 2024 at 10:42:06AM +0100, Maciej Strozek wrote:
> > Fixes: 1f05252a3a95 ("Add bridged amplifiers to cs42l43")
> 
> Sorry actually are you sure this commit ID is right, I don't
> think it matches the one in Mark's tree?

You are right, let me correct that in v2

Regards,
Maciej
Re: [PATCH] spi: cs42l43: Correct name of ACPI property
Posted by Charles Keepax 1 year, 9 months ago
On Thu, Apr 18, 2024 at 10:42:06AM +0100, Maciej Strozek wrote:
> Fixes: 1f05252a3a95 ("Add bridged amplifiers to cs42l43")
> 
> Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
> ---

Apologies about this one bit of a curve ball from our Windows
team.


Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles