Re: [RFC/PATCH 39/45] usb: gadget: udc: net2280: remove unnecessary & operation

2016-10-03 Thread Bin Liu
On Wed, Sep 28, 2016 at 04:05:48PM +0300, Felipe Balbi wrote: > 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 > --- >

[RFC/PATCH 39/45] usb: gadget: udc: net2280: remove unnecessary & operation

2016-09-28 Thread Felipe Balbi
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 --- drivers/usb/gadget/udc/net2280.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff