commit | 090bdb5c1f9c46fb6e08af583ef3ee270ed34072 | [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:26 2016 +0200 |
tree | f4cf0ec868cc459b77c5f07a1e0b200cfe12421e | |
parent | 8c683c43fb8fe6549ca8a6527c2b742351d1e6ac [diff] |
usb: gadget: udc: net2280: 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>