Re: [PATCH v2] usb: xhci: Remove unuseful 'return' and 'break' statement

From: Greg KH
Date: Mon Nov 28 2016 - 02:22:21 EST


On Mon, Nov 28, 2016 at 02:29:25PM +0800, Baolin Wang wrote:
> Hi Mathias,
>
> On 24 November 2016 at 19:16, Baolin Wang <baolin.wang@xxxxxxxxxx> wrote:
> > Since these 'return' statements are not generally useful in void
> > function, remove them. Also remove one unuseful 'break' statement
> > in xhci_setup_addressable_virt_dev() function.
> >
> > Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxx>
> > ---
> > Changes since v1:
> > - Add description of removing 'break' statement in commitlog.
> > ---
>
> Could you apply this patch if there are no other comments? Thanks.

Less than a week response for a simple cleanup patch? Why the rush and
pressure? Relax, this really isn't an important patch...

greg k-h