Re: [RESEND PATCH net-next] net: wan: framer: constify of_phandle_args in xlate

From: Simon Horman
Date: Mon Feb 19 2024 - 12:25:49 EST


On Sat, Feb 17, 2024 at 11:03:06AM +0100, Krzysztof Kozlowski wrote:
> The xlate callbacks are supposed to translate of_phandle_args to proper
> provider without modifying the of_phandle_args. Make the argument
> pointer to const for code safety and readability.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>