Re: [PATCH 2/2] [SCSI] a3000: use module_platform_driver_probe()

2013-03-05 Thread Geert Uytterhoeven
On Tue, Mar 5, 2013 at 10:08 AM, James Bottomley wrote: > On Tue, 2013-03-05 at 12:42 +0900, Jingoo Han wrote: >> This patch uses module_platform_driver_probe() macro which makes >> the code smaller and simpler. > > These drivers are in deep maintenance mode. Unless you can find someone > to actu

Re: [PATCH 2/2] [SCSI] a3000: use module_platform_driver_probe()

2013-03-05 Thread James Bottomley
On Tue, 2013-03-05 at 12:42 +0900, Jingoo Han wrote: > This patch uses module_platform_driver_probe() macro which makes > the code smaller and simpler. These drivers are in deep maintenance mode. Unless you can find someone to actually test the changes, we err on the side of not touching the code

[PATCH 2/2] [SCSI] a3000: use module_platform_driver_probe()

2013-03-04 Thread Jingoo Han
This patch uses module_platform_driver_probe() macro which makes the code smaller and simpler. Signed-off-by: Jingoo Han --- drivers/scsi/a3000.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/scsi/a3000.c b/drivers/scsi/a3000.c index e29fe0e..51983