Skip to content
Commit a09c3dbe authored by Andrei Coardos's avatar Andrei Coardos Committed by Greg Kroah-Hartman
Browse files

gpio: tqmx86: remove unneeded call to platform_set_drvdata()

[ Upstream commit 0a5e9306

 ]

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: default avatarAlexandru Ardelean <alex@shruggie.ro>
Signed-off-by: default avatarAndrei Coardos <aboutphysycs@gmail.com>
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Stable-dep-of: 9d6a811b

 ("gpio: tqmx86: introduce shadow register for GPIO output value")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 82004405
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment