1
0
Fork 0

gpio: 104-idio-16: Remove unnecessary driver_data set

Setting driver_data was necessary to access private data in the
idio_16_remove function. Now that the idio_16_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>
hifive-unleashed-5.1
William Breathitt Gray 2017-01-30 09:39:57 -05:00 committed by Linus Walleij
parent b4e73edee5
commit c74f04d4b5
1 changed files with 0 additions and 2 deletions

View File

@ -242,8 +242,6 @@ static int idio_16_probe(struct device *dev, unsigned int id)
spin_lock_init(&idio16gpio->lock);
dev_set_drvdata(dev, idio16gpio);
err = devm_gpiochip_add_data(dev, &idio16gpio->chip, idio16gpio);
if (err) {
dev_err(dev, "GPIO registering failed (%d)\n", err);