commit | efdd17e66718306c58cd8bab3a50cf8cfa645e8e | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Sep 28 14:17:38 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Nov 03 10:38:27 2016 +0200 |
tree | b00e4fcfbd91b8c7e28717f1176ff8516dc9f82c | |
parent | 1e1eea0eeb39801a32103b948d02e4d811b92fd2 [diff] |
usb: misc: usbtest: remove unnecessary & operation Now that usb_endpoint_maxp() only returns the lowest 11 bits from wMaxPacketSize, we can remove the & operation from this driver. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>