Re: [PATCH 4/5] PCI: mt7621: Add missing 'MODULE_LICENSE()' definition

From: Arnd Bergmann
Date: Mon Nov 15 2021 - 08:56:21 EST


On Mon, Nov 15, 2021 at 2:51 PM Sergio Paracuellos
<sergio.paracuellos@xxxxxxxxx> wrote:
> On Mon, Nov 15, 2021 at 2:00 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
> > On Mon, Nov 15, 2021 at 1:44 PM Krzysztof Wilczyński <kw@xxxxxxxxx> wrote:
> > This is often use for PCI drivers, but after Rob reworked this code a while
> > back, it should actually be possible to reliably remove and reload PCI
> > host bridge drivers, and it would be good to eventually lift the restriction
> > here as well.
>
> I see. Thanks for letting me know. I will search for a way to
> accomplish this but that will be a different patch series.

Right, that is what I meant. I don't think it will be difficult, but
there is no point
intermixing it with your current work.

Arnd