Re: [PATCH 4/5] gpio: gpio-mm: Remove unnecessary driver_data set

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

[PATCH 4/5] gpio: gpio-mm: Remove unnecessary driver_data set

2017-01-30 Thread William Breathitt Gray
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 --- drivers/gpio/gpio-gpio-mm.c | 2 -- 1 file changed,