[PATCH u-boot v2 1/2] eth/r8152: fix assigning the wrong endpoint

Marek Vasut marex at denx.de
Mon May 25 15:00:37 CEST 2020


On 5/25/20 2:52 PM, Hayes Wang wrote:
> Marek Vasut [mailto:marex at denx.de]
>> Sent: Monday, May 25, 2020 8:03 PM
> [...]
> 				ep_out_found = 1;
>>> -				}
>>> +			} else if ((ep_addr & USB_DIR_OUT) && !ep_out_found) {
>>
>>
>> Sorry, I was wrong in my previous suggestion, the USB_DIR_OUT macro is
>> expanded to 0, so this patch cannot work. 2/2 is already upstream. Do
>> you have a chance to test these patches before sending them ?
> 
> Excuse me. I test v1 only.
> Do I have to resend v1 for patch #1?

I'll pick V1, no worries.


More information about the U-Boot mailing list