commit | 9d8ee9c4b65176dd7e79b444d6da0288edca2efc | [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:28 2016 +0200 |
tree | bc18fde58e8245a0129b8acbb531f1097a2f9d94 | |
parent | 0eb862e9c4f7a6a3abee25bc561ffdbe3d57a9d1 [diff] |
usb: gadget: udc: mv: 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>