mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
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>
This commit is contained in:
parent
b4e73edee5
commit
c74f04d4b5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user