On Wed, Aug 10, 2016 at 05:58:26PM +0200, Stefan Wahren wrote:
>
> >I have already queued it at local tree for testing, and make
> >the similar changes:
> >
> >
> >commit c95b4427b7328b2618ca70fea65de0427f5d5734
> >Author: Stefan Wahren
> >Date: Sat Jul 9 14:16:40 2016 +
> >
> >usb: chi
I have already queued it at local tree for testing, and make
the similar changes:
commit c95b4427b7328b2618ca70fea65de0427f5d5734
Author: Stefan Wahren
Date: Sat Jul 9 14:16:40 2016 +
usb: chipidea: udc: Use direction flags consequently
This driver make assumptions about the v
On Tue, Aug 09, 2016 at 06:24:45PM +, Stefan Wahren wrote:
> This driver make assumptions about the value of the direction flags.
> So better use them in comparisons to improve the readability.
>
> Signed-off-by: Stefan Wahren
> ---
> drivers/usb/chipidea/udc.c | 18 +-
> 1
This driver make assumptions about the value of the direction flags.
So better use them in comparisons to improve the readability.
Signed-off-by: Stefan Wahren
---
drivers/usb/chipidea/udc.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
Changes in V2:
- Use correct