2024-04-18 09:44:48

by Maciej Strozek

[permalink] [raw]
Subject: [PATCH] spi: cs42l43: Correct name of ACPI property

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

Signed-off-by: Maciej Strozek <[email protected]>
---
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



2024-04-18 10:19:10

by Charles Keepax

[permalink] [raw]
Subject: Re: [PATCH] spi: cs42l43: Correct name of ACPI property

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 <[email protected]>
> ---

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


Reviewed-by: Charles Keepax <[email protected]>

Thanks,
Charles

2024-04-18 10:26:22

by Maciej Strozek

[permalink] [raw]
Subject: Re: [PATCH] spi: cs42l43: Correct name of ACPI property

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

2024-04-18 10:42:28

by Charles Keepax

[permalink] [raw]
Subject: Re: [PATCH] spi: cs42l43: Correct name of ACPI property

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