Re: [PATCH -next] PCI/IOV: use module_pci_driver to simplify the code

From: Bjorn Helgaas
Date: Thu Sep 17 2020 - 13:45:57 EST


On Thu, Sep 17, 2020 at 10:19:13AM -0700, Alexander Duyck wrote:
> On Thu, Sep 17, 2020 at 9:56 AM Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote:
> >
> > [+cc Alexander]
> >
> > On Thu, Sep 17, 2020 at 03:10:42PM +0800, Liu Shixin wrote:
> > > Use the module_pci_driver() macro to make the code simpler
> > > by eliminating module_init and module_exit calls.
> > >
> > > Signed-off-by: Liu Shixin <liushixin2@xxxxxxxxxx>
> >
> > Applied to pci/misc for v5.10, thanks!
>
> The code below seems pretty straight forward.
>
> Acked-by: Alexander Duyck <alexander.h.duyck@xxxxxxxxxxxxxxx>

Thanks a lot for taking a look, Alexander, I added your ack.