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

Bartosz Golaszewski brgl at bgdev.pl
Wed Nov 15 06:40:02 PST 2023


On Mon, Nov 13, 2023 at 3:34 AM Samuel Holland
<samuel.holland at sifive.com> wrote:
>
> From: Andrei Coardos <aboutphysycs at gmail.com>
>
> 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 at shruggie.ro>
> Signed-off-by: Andrei Coardos <aboutphysycs at gmail.com>
> Reviewed-by: Andy Shevchenko <andy at kernel.org>
> Signed-off-by: Samuel Holland <samuel.holland at sifive.com>
> ---

Applied, thanks!

Bart



More information about the linux-riscv mailing list