lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 27 May 2013 17:06:46 -0600
From:	Bjorn Helgaas <bhelgaas@...gle.com>
To:	Libo Chen <libo.chen@...wei.com>
Cc:	"linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Li Zefan <lizefan@...wei.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH 09/24] drivers/pci/ioapic: Convert to module_pci_driver

On Sun, May 26, 2013 at 8:28 PM, Libo Chen <libo.chen@...wei.com> wrote:
> use module_pci_driver instead of init/exit, make code clean.
>
> Signed-off-by: Libo Chen <libo.chen@...wei.com>
> ---
>  drivers/pci/ioapic.c |   13 +------------
>  1 files changed, 1 insertions(+), 12 deletions(-)

Applied to my pci/misc branch for v3.11, thanks!

> diff --git a/drivers/pci/ioapic.c b/drivers/pci/ioapic.c
> index 3c6bbdd..1b90579 100644
> --- a/drivers/pci/ioapic.c
> +++ b/drivers/pci/ioapic.c
> @@ -113,17 +113,6 @@ static struct pci_driver ioapic_driver = {
>         .remove         = ioapic_remove,
>  };
>
> -static int __init ioapic_init(void)
> -{
> -       return pci_register_driver(&ioapic_driver);
> -}
> -
> -static void __exit ioapic_exit(void)
> -{
> -       pci_unregister_driver(&ioapic_driver);
> -}
> -
> -module_init(ioapic_init);
> -module_exit(ioapic_exit);
> +module_pci_driver(ioapic_driver);
>
>  MODULE_LICENSE("GPL");
> --
> 1.7.1
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ