Re: [PATCH] usb: trancevibrator: simplify tv_probe

From: Dongliang Mu
Date: Wed Aug 10 2022 - 22:57:38 EST


On Wed, Jul 27, 2022 at 8:26 PM Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> On Wed, Jul 20, 2022 at 03:23:43PM +0800, Dongliang Mu wrote:
> > From: Dongliang Mu <mudongliangabcd@xxxxxxxxx>
> >
> > The function tv_probe does not need to invoke kfree when the
> > allocation fails. So let's simplify the code of tv_probe.
> > Another change is to remove a redundant space.
>
> Those are two different things, please resend as a patch series of 2
> different patches.

Sure, I have sent the patch series.

>
> thanks,
>
> greg k-h