usb: gadget: udc: fsl: remove unnecessary & operation
commit0eb862e9c4f7a6a3abee25bc561ffdbe3d57a9d1
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 28 Sep 2016 11:17:38 +0000 (28 14:17 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 3 Nov 2016 08:38:28 +0000 (3 10:38 +0200)
treedca2165c1621c6d4b73a115541a8a273f0353277
parent14f91dd524c42cdf137bda01c44e5e2f69a4c25e
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>
drivers/usb/gadget/udc/fsl_udc_core.c