Re: [PATCH] can: tscan1: Utilize the module_isa_driver macro

2016-06-17 Thread Marc Kleine-Budde
On 06/01/2016 02:59 PM, William Breathitt Gray wrote: > This driver does not do anything special in module init/exit. This patch > eliminates the module init/exit boilerplate code by utilizing the > module_isa_driver macro. > > Signed-off-by: William Breathitt Gray

[PATCH] can: tscan1: Utilize the module_isa_driver macro

2016-06-01 Thread William Breathitt Gray
This driver does not do anything special in module init/exit. This patch eliminates the module init/exit boilerplate code by utilizing the module_isa_driver macro. Signed-off-by: William Breathitt Gray --- drivers/net/can/sja1000/tscan1.c | 12 +--- 1 file