lkml.org 
[lkml]   [2016]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 11/11] ALSA: adlib: Utilize the module_isa_driver macro
    Date
    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 <vilhelm.gray@gmail.com>
    ---
    sound/isa/adlib.c | 13 +------------
    1 file changed, 1 insertion(+), 12 deletions(-)

    diff --git a/sound/isa/adlib.c b/sound/isa/adlib.c
    index 120c524..8d3060f 100644
    --- a/sound/isa/adlib.c
    +++ b/sound/isa/adlib.c
    @@ -112,15 +112,4 @@ static struct isa_driver snd_adlib_driver = {
    }
    };

    -static int __init alsa_card_adlib_init(void)
    -{
    - return isa_register_driver(&snd_adlib_driver, SNDRV_CARDS);
    -}
    -
    -static void __exit alsa_card_adlib_exit(void)
    -{
    - isa_unregister_driver(&snd_adlib_driver);
    -}
    -
    -module_init(alsa_card_adlib_init);
    -module_exit(alsa_card_adlib_exit);
    +module_isa_driver(snd_adlib_driver, SNDRV_CARDS);
    --
    2.7.3
    \
     
     \ /
      Last update: 2016-05-31 18:21    [W:5.084 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site