Re: [RFC/PATCH 31/45] usb: chipidea: udc: remove unnecessary & operation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 28, 2016 at 04:05:40PM +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.
> 
> Cc: Peter Chen <Peter.Chen@xxxxxxx>
> Cc: <linux-usb@xxxxxxxxxxxxxxx>
> Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>
> ---
>  drivers/usb/chipidea/udc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipidea/udc.c
> index 2b95ca887ca4..37311a5ce159 100644
> --- a/drivers/usb/chipidea/udc.c
> +++ b/drivers/usb/chipidea/udc.c
> @@ -1253,7 +1253,7 @@ static int ep_enable(struct usb_ep *ep,
>  	hwep->num  = usb_endpoint_num(desc);
>  	hwep->type = usb_endpoint_type(desc);
>  
> -	hwep->ep.maxpacket = usb_endpoint_maxp(desc) & 0x07ff;
> +	hwep->ep.maxpacket = usb_endpoint_maxp(desc);
>  	hwep->ep.mult = usb_endpoint_maxp_mult(desc);
>  
>  	if (hwep->type == USB_ENDPOINT_XFER_CONTROL)

Acked-by: Peter Chen <peter.chen@xxxxxxx>

-- 

Best Regards,
Peter Chen
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux