commit | 0eb862e9c4f7a6a3abee25bc561ffdbe3d57a9d1 | [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 | dca2165c1621c6d4b73a115541a8a273f0353277 | |
parent | 14f91dd524c42cdf137bda01c44e5e2f69a4c25e [diff] |
usb: gadget: udc: fsl: remove unnecessary & operation Now that usb_endpoint_maxp() only returns the lowest 11 bits from wMaxPacketSize, we can remove the & operation from this driver. Cc: Li Yang <leoli@freescale.com> Cc: <linuxppc-dev@lists.ozlabs.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>