lkml.org 
[lkml]   [2014]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] sound: dmasound: use module_platform_driver_probe()
At Wed,  9 Apr 2014 09:43:53 +0200,
Christoph Jaeger wrote:
>
> Eliminate boilerplate code by using module_platform_driver_probe().
>
> Signed-off-by: Christoph Jaeger <christophjaeger@linux.com>

Thanks, applied.


Takashi

> ---
> sound/oss/dmasound/dmasound_paula.c | 14 +-------------
> 1 file changed, 1 insertion(+), 13 deletions(-)
>
> diff --git a/sound/oss/dmasound/dmasound_paula.c b/sound/oss/dmasound/dmasound_paula.c
> index 87910e9..c2d45a5 100644
> --- a/sound/oss/dmasound/dmasound_paula.c
> +++ b/sound/oss/dmasound/dmasound_paula.c
> @@ -733,19 +733,7 @@ static struct platform_driver amiga_audio_driver = {
> },
> };
>
> -static int __init amiga_audio_init(void)
> -{
> - return platform_driver_probe(&amiga_audio_driver, amiga_audio_probe);
> -}
> -
> -module_init(amiga_audio_init);
> -
> -static void __exit amiga_audio_exit(void)
> -{
> - platform_driver_unregister(&amiga_audio_driver);
> -}
> -
> -module_exit(amiga_audio_exit);
> +module_platform_driver_probe(amiga_audio_driver, amiga_audio_probe);
>
> MODULE_LICENSE("GPL");
> MODULE_ALIAS("platform:amiga-audio");
> --
> 1.9.0
>


\
 
 \ /
  Last update: 2014-04-09 10:21    [W:0.040 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site