Re: [PATCH 3/5] gpio: 104-idio-16: Remove unnecessary driver_data set

2017-02-01 Thread Linus Walleij
On Mon, Jan 30, 2017 at 3:39 PM, William Breathitt Gray wrote: > 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: Willi

[PATCH 3/5] gpio: 104-idio-16: Remove unnecessary driver_data set

2017-01-30 Thread William Breathitt Gray
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 --- drivers/gpio/gpio-104-idio-16.c | 2 -- 1 file cha