Re: [PATCH 2/6] hwrng: bcm2835 - Simplify with of_device_get_match_data()
From: Florian Fainelli
Date: Thu Nov 06 2025 - 15:45:03 EST
On 11/6/25 08:31, Krzysztof Kozlowski wrote:
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>
Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian