Re: [PATCH v2] gpio: sifive: remove unneeded call to platform_set_drvdata()

From: Bartosz Golaszewski
Date: Wed Nov 15 2023 - 09:40:23 EST


On Mon, Nov 13, 2023 at 3:34 AM Samuel Holland
<samuel.holland@xxxxxxxxxx> wrote:
>
> From: Andrei Coardos <aboutphysycs@xxxxxxxxx>
>
> This function call was found to be unnecessary as there is no equivalent
> platform_get_drvdata() call to access the private data of the driver. Also,
> the private data is defined in this driver, so there is no risk of it being
> accessed outside of this driver file.
>
> Reviewed-by: Alexandru Ardelean <alex@xxxxxxxxxxx>
> Signed-off-by: Andrei Coardos <aboutphysycs@xxxxxxxxx>
> Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx>
> Signed-off-by: Samuel Holland <samuel.holland@xxxxxxxxxx>
> ---

Applied, thanks!

Bart