Re: [PATCH v2 1/3] bus: ti-sysc: Fix build warning for 64-bit build

From: Tony Lindgren
Date: Wed Aug 09 2023 - 05:55:27 EST


* Dhruva Gole <d-gole@xxxxxx> [230809 09:41]:
> Maybe something unrelated to this patch, but the driver has some minor
> warning when built with W=1:
>
> make W=1 ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- drivers/bus/ti-sysc.o
>
> drivers/bus/ti-sysc.c:156: warning: Function parameter or member 'sysconfig' not described in 'sysc'

Thanks yes it's unrelated, looks like sysconfig is not documented. I'll
send a patch for that separately.

Regards,

Tony