Re: [PATCH v6 1/2] usb: Update struct usb_device to indicate speed enum

2020-05-15 Thread Tom Rini
On Sun, May 10, 2020 at 10:26:53AM -0600, Simon Glass wrote: > The speed member actually uses an enum, so add this to the comment. > > Signed-off-by: Simon Glass > Reviewed-by: Marek Vasut Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v6 1/2] usb: Update struct usb_device to indicate speed enum

2020-05-10 Thread Marek Vasut
On 5/10/20 6:26 PM, Simon Glass wrote: > The speed member actually uses an enum, so add this to the comment. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut

[PATCH v6 1/2] usb: Update struct usb_device to indicate speed enum

2020-05-10 Thread Simon Glass
The speed member actually uses an enum, so add this to the comment. Signed-off-by: Simon Glass --- Changes in v6: - Use the enum directly in the struct include/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/usb.h b/include/usb.h index 22f6088fe6..fa9e09607e 1