Jaejoong Kim 9f8e32dfca usb: misc: usbtest: remove duplicate & operation
usb_endpoint_maxp() has an inline keyword and searches for bits[10:0]
by & operation with 0x7ff. So, we can remove the duplicate & operation
with 0x7ff.

Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-10-23 11:31:05 +02:00
..
2016-09-13 17:24:24 +02:00
2017-06-27 17:55:45 +02:00
2017-06-27 17:55:45 +02:00
2016-08-09 15:49:01 +02:00