aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ws16c48.c
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2017-01-30 09:40:26 -0500
committerLinus Walleij <linus.walleij@linaro.org>2017-02-01 15:59:21 +0100
commit9e1b487bb494f1fd45ce4952aa665ba1611d34b4 (patch)
tree74bbbf79a8278629e6e8fe0ac59b421fba39439f /drivers/gpio/gpio-ws16c48.c
parentgpio: gpio-mm: Remove unnecessary driver_data set (diff)
downloadlinux-dev-9e1b487bb494f1fd45ce4952aa665ba1611d34b4.tar.xz
linux-dev-9e1b487bb494f1fd45ce4952aa665ba1611d34b4.zip
gpio: ws16c48: Remove unnecessary driver_data set
Setting driver_data was necessary to access private data in the ws16c48_remove function. Now that the ws16c48_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-ws16c48.c')
-rw-r--r--drivers/gpio/gpio-ws16c48.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-ws16c48.c b/drivers/gpio/gpio-ws16c48.c
index 65de20dfbe7a..48b35589b7d6 100644
--- a/drivers/gpio/gpio-ws16c48.c
+++ b/drivers/gpio/gpio-ws16c48.c
@@ -372,8 +372,6 @@ static int ws16c48_probe(struct device *dev, unsigned int id)
spin_lock_init(&ws16c48gpio->lock);
- dev_set_drvdata(dev, ws16c48gpio);
-
err = devm_gpiochip_add_data(dev, &ws16c48gpio->chip, ws16c48gpio);
if (err) {
dev_err(dev, "GPIO registering failed (%d)\n", err);