lkml.org 
[lkml]   [2021]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 02/10] staging: media: zoran: use module_pci_driver
    Date
    Simplify code by using module_pci_driver()

    Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
    ---
    drivers/staging/media/zoran/zoran_card.c | 21 +--------------------
    1 file changed, 1 insertion(+), 20 deletions(-)

    diff --git a/drivers/staging/media/zoran/zoran_card.c b/drivers/staging/media/zoran/zoran_card.c
    index 3bc0e64f1007..f1465fbf98af 100644
    --- a/drivers/staging/media/zoran/zoran_card.c
    +++ b/drivers/staging/media/zoran/zoran_card.c
    @@ -1314,23 +1314,4 @@ static struct pci_driver zoran_driver = {
    .remove = zoran_remove,
    };

    -static int __init zoran_init(void)
    -{
    - int res;
    -
    - res = pci_register_driver(&zoran_driver);
    - if (res) {
    - pr_err("Unable to register ZR36057 driver\n");
    - return res;
    - }
    -
    - return 0;
    -}
    -
    -static void __exit zoran_exit(void)
    -{
    - pci_unregister_driver(&zoran_driver);
    -}
    -
    -module_init(zoran_init);
    -module_exit(zoran_exit);
    +module_pci_driver(zoran_driver);
    --
    2.32.0
    \
     
     \ /
      Last update: 2021-10-13 20:58    [W:3.571 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site