Re: [PATCH v3 1/4] ACPI: bus: Constify acpi_companion_match() returned value
From: Andi Shyti
Date: Thu Jun 29 2023 - 11:52:56 EST
Hi Andy,
On Mon, Jun 26, 2023 at 02:00:23PM +0300, Andy Shevchenko wrote:
> acpi_companion_match() doesn't alter the contents of the passed
> parameter, so we don't expect that returned value can be altered
> either. So constify it.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
I guess I'm late for adding my
Reviewed-by: Andi Shyti <andi.shyti@xxxxxxxxxx>
here.
Andi