Re: [PATCH 5/5] gpio: ws16c48: 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 > 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: Willi

[PATCH 5/5] gpio: ws16c48: Remove unnecessary driver_data set

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