Re: [PATCH 1/5] gpio: 104-dio-48e: 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 > dio48e_remove function. Now that the dio48e_remove function is gone, > driver_data is no longer used. This patch removes the relevant code. >

Re: [PATCH 1/5] gpio: 104-dio-48e: 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 > dio48e_remove function. Now that the dio48e_remove function is gone, > driver_data is no longer used. This patch removes the relevant code. > > Signed-off-by:

[PATCH 1/5] gpio: 104-dio-48e: Remove unnecessary driver_data set

2017-01-30 Thread William Breathitt Gray
Setting driver_data was necessary to access private data in the dio48e_remove function. Now that the dio48e_remove function is gone, driver_data is no longer used. This patch removes the relevant code. Signed-off-by: William Breathitt Gray ---

[PATCH 1/5] gpio: 104-dio-48e: Remove unnecessary driver_data set

2017-01-30 Thread William Breathitt Gray
Setting driver_data was necessary to access private data in the dio48e_remove function. Now that the dio48e_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-dio-48e.c | 2 -- 1 file