Files
linux/drivers/usb/host
Heinrich Schuchardt 2b4ba254d2 USB: FHCI: avoid redundant condition
The right part of the following or expression is only evaluated if
td is nonzero.
!td || (td && td.status == USB_TD_INPROGRESS)
So no need to check td again.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-05-09 13:08:46 +02:00
..
2016-01-24 21:00:33 -08:00
2015-04-03 19:03:18 +02:00
2015-04-03 19:03:18 +02:00
2015-04-03 19:03:17 +02:00
2016-01-24 21:00:33 -08:00
2015-06-08 14:26:22 -07:00