commit | 9ad587710a2f7704d47ddb49ce60c909be836c2b | [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:24 2016 +0200 |
tree | e8c5242d943fb4b8d2ed13b10b2ab6bc9142d467 | |
parent | 8437ab99a68363a1c56270932f705e56ff2b6b37 [diff] |
usb: gadget: composite: 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>