[PATCH v2] drivers/gpio : Remove redundant platform_set_drvdata().

Linus Walleij linus.walleij at linaro.org
Sun Mar 19 14:20:35 PDT 2023


On Sun, Mar 19, 2023 at 1:02 PM Lizhe <sensor1010 at 163.com> wrote:

> platform_set_drvdata() is redundant in these functions.
> the purpose of calling this function is to place data
> in *driver_data. but the data is not retrieved in these
> functions
>
> Signed-off-by: Lizhe <sensor1010 at 163.com>

You have to also ascertain that the data is not used elsewhere
like in some callbacks or even in other drivers in some odd cases.

Yours,
Linus Walleij



More information about the Linux-mediatek mailing list