Re: [PATCH v2 4/4] ipack: tpci200: move tpci200_unregister close to tpci200_register

From: Dongliang Mu
Date: Mon Aug 09 2021 - 19:54:48 EST


On Mon, Aug 9, 2021 at 11:33 PM Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> On Mon, Aug 09, 2021 at 10:30:29PM +0800, Dongliang Mu wrote:
> > Move tpci200_unregister close to tpci200_register, then it is easier to
> > review the code related to the registration and unregistration
> >
> > Signed-off-by: Dongliang Mu <mudongliangabcd@xxxxxxxxx>
> > ---
> > drivers/ipack/carriers/tpci200.c | 28 ++++++++++++++--------------
> > 1 file changed, 14 insertions(+), 14 deletions(-)
>
> Again, independent of the first 2, and for 5.15-rc1, right?

No, those two cleanup PATCH 3/4 and 4/4 depends on first 2.

>