Re: [PATCH v1 3/6] power: supply: max17042: Drop driver data in of and platform device id arrays
From: Krzysztof Kozlowski
Date: Fri May 29 2026 - 10:25:04 EST
On 29/05/2026 12:18, Uwe Kleine-König (The Capable Hub) wrote:
> These values are not used, the relevant distinction happens in the mfd
> parent driver. So they can be dropped.
>
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
I clearly see in this driver probe function 'chip_type =
id->driver_data' which later is being used ('chip->chip_type =
chip_type'), so I think it is used.
Best regards,
Krzysztof