[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGG-pUT1cOkfHZ6Lt7wNwSUZieyb5M_La9OD1q=4nZ_pVODYaQ@mail.gmail.com>
Date: Thu, 10 Dec 2015 07:50:08 -0300
From: "Geyslan G. Bem" <geyslan@...il.com>
To: Johan Hovold <johan@...nel.org>
Cc: Peter Senna Tschudin <peter.senna@...il.com>,
Felipe Balbi <balbi@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Robert Baldyga <r.baldyga@...sung.com>,
linux-usb@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] usb: remove redundant conditions
2015-12-10 7:44 GMT-03:00 Johan Hovold <johan@...nel.org>:
> On Wed, Dec 09, 2015 at 10:52:42PM -0300, Geyslan G. Bem wrote:
>> 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>
>> ---
>> drivers/usb/gadget/udc/s3c-hsudc.c | 2 +-
>> drivers/usb/host/fhci-sched.c | 2 +-
>> drivers/usb/musb/musb_gadget.c | 5 ++---
>> drivers/usb/serial/io_edgeport.c | 35 ++++++++++++++---------------------
>> drivers/usb/serial/mos7840.c | 2 +-
>> 5 files changed, 19 insertions(+), 27 deletions(-)
>
> Please split out (at least) the usb-serial changes into two patches.
Ok, I'll send v2 later.
>
> Johan
--
Regards,
Geyslan G. Bem
hackingbits.com
--
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