Re: [PATCH] gpio: lp873x: remove unnecessary call to platform_set_drvdata()

From: Andy Shevchenko
Date: Fri Jul 21 2023 - 06:22:48 EST


On Fri, Jul 21, 2023 at 12:43:43PM +0300, Andrei Coardos wrote:
> 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.

Wrong version of the patch. Use -v<X>, where <X> is a number.

> Reviewed-by: Alexandru Ardelean <alex@xxxxxxxxxxx>
> Signed-off-by: Andrei Coardos <aboutphysycs@xxxxxxxxx>
> ---

There is no changelog. What has been changed? What's the difference to v1
if this is assumed v2?

--
With Best Regards,
Andy Shevchenko