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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 except for serious bugs.

I've cc'd Geert because he may actually have one of these things.

James


> Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx>
> ---
>  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..519832d 100644
> --- a/drivers/scsi/a3000.c
> +++ b/drivers/scsi/a3000.c
> @@ -279,18 +279,7 @@ static struct platform_driver
> amiga_a3000_scsi_driver = {
>         },
>  };
>  
> -static int __init amiga_a3000_scsi_init(void)
> -{
> -       return platform_driver_probe(&amiga_a3000_scsi_driver,
> -                                    amiga_a3000_scsi_probe);
> -}
> -module_init(amiga_a3000_scsi_init);
> -
> -static void __exit amiga_a3000_scsi_exit(void)
> -{
> -       platform_driver_unregister(&amiga_a3000_scsi_driver);
> -}
> -module_exit(amiga_a3000_scsi_exit);
> +module_platform_driver_probe(amiga_a3000_scsi_driver,
> amiga_a3000_scsi_probe);
>  
>  MODULE_DESCRIPTION("Amiga 3000 built-in SCSI");
>  MODULE_LICENSE("GPL");
> -- 
> 1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux