[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <063D6719AE5E284EB5DD2968C1650D6D1CBEA973@AcuExch.aculab.com>
Date: Thu, 10 Dec 2015 15:17:21 +0000
From: David Laight <David.Laight@...LAB.COM>
To: 'Felipe Balbi' <balbi@...com>,
"Geyslan G. Bem" <geyslan@...il.com>,
"peter.senna@...il.com" <peter.senna@...il.com>
CC: "Geyslan G. Bem" <geyslan@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Johan Hovold <johan@...nel.org>,
Robert Baldyga <r.baldyga@...sung.com>,
"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] usb: remove redundant conditions
From: Felipe Balbi
> Sent: 10 December 2015 15:14
> "Geyslan G. Bem" <geyslan@...il.com> writes:
>
> > This patch removes redundant conditions.
> >
> > - (!A || (A && B)) is the same as (!A || B).
> > - (length && length > 5) can be reduced to a single evaluation.
> >
> > Caught by: cppcheck
> >
> > Signed-off-by: Geyslan G. Bem <geyslan@...il.com>
> > ---
>
> I guess you didn't get previous comment in time; let's split this per
> driver so different maintainers can pick their parts.
I also suspect that gcc will optimise out the redundant checks as well.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists