Re: [PATCH] scsi: hisi: remove incorrect ACPI_PTR annotations
From: Yihang Li
Date: Tue Feb 25 2025 - 22:23:33 EST
On 2025/2/26 0:36, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> Building with W=1 shows a warning about sas_v2_acpi_match being unused when
> CONFIG_OF is disabled:
>
> drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:3635:36: error: unused variable 'sas_v2_acpi_match' [-Werror,-Wunused-const-variable]
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
Looks good. So Reviewed-by: Yihang Li <liyihang9@xxxxxxxxxx>