Re: [PATCH] clk: sprd: sc9860: Simplify with of_device_get_match_data()
From: Stephen Boyd
Date: Mon Nov 10 2025 - 20:03:58 EST
Quoting Krzysztof Kozlowski (2025-11-06 09:06:08)
> Driver's probe function matches against driver's of_device_id table,
> where each entry has non-NULL match data, so of_match_node() can be
> simplified with of_device_get_match_data().
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
Applied to clk-next