summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-gpio-mm.c
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2017-01-30 09:40:15 -0500
committerLinus Walleij <linus.walleij@linaro.org>2017-02-01 15:59:20 +0100
commit232a448706a2ad102b3689687c1ba99e67847e68 (patch)
treefa772ca03f577385e9820e1cdb6c31abfcdbec66 /drivers/gpio/gpio-gpio-mm.c
parentc74f04d4b5b5049d6bd94bdc85a9da7b5896ca4b (diff)
downloadlinux-0-day-232a448706a2ad102b3689687c1ba99e67847e68.tar.gz
linux-0-day-232a448706a2ad102b3689687c1ba99e67847e68.tar.xz
gpio: gpio-mm: Remove unnecessary driver_data set
Setting driver_data was necessary to access private data in the gpiomm_remove function. Now that the gpiomm_remove function is gone, driver_data is no longer used. This patch removes the relevant code. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-gpio-mm.c')
-rw-r--r--drivers/gpio/gpio-gpio-mm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-gpio-mm.c b/drivers/gpio/gpio-gpio-mm.c
index 393c8f9cf30d5..60017425b49fd 100644
--- a/drivers/gpio/gpio-gpio-mm.c
+++ b/drivers/gpio/gpio-gpio-mm.c
@@ -261,8 +261,6 @@ static int gpiomm_probe(struct device *dev, unsigned int id)
spin_lock_init(&gpiommgpio->lock);
- dev_set_drvdata(dev, gpiommgpio);
-
err = devm_gpiochip_add_data(dev, &gpiommgpio->chip, gpiommgpio);
if (err) {
dev_err(dev, "GPIO registering failed (%d)\n", err);