commit | 8c683c43fb8fe6549ca8a6527c2b742351d1e6ac | [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 | 38a3ca0d1cb564bee826da73ee7124a7c2e64b7c | |
parent | c2b4d863e1dcb7f5b71926a45ee20de2f2c26cb2 [diff] |
usb: gadget: udc: net2272: 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>