Lukasz Majewski <lu...@denx.de> writes:

> Hi Jaejoong,
>
>> usb_endpoint_maxp() has an inline keyword and searches for bits[10:0]
>> by & operation with 0x7ff. So, we can remove the duplicate & operation
>> with 0x7ff.
>> 
>> Jaejoong Kim (3):
>>   usb: gadget: udc: remove duplicate & operation
>>   usb: gadget: udc: gr: remove duplicate & operation
>>   usb: misc: usbtest: remove duplicate & operation
>> 
>>  drivers/usb/gadget/udc/core.c   | 2 +-
>>  drivers/usb/gadget/udc/gr_udc.c | 2 +-
>>  drivers/usb/misc/usbtest.c      | 2 +-
>>  3 files changed, 3 insertions(+), 3 deletions(-)
>> 
>
> I think that it would be better if you could squash those 3 patches
> into one.

no, it would not. It's good as it is ;-)

-- 
balbi

Attachment: signature.asc
Description: PGP signature

Reply via email to