Re: [PATCH v2] usb: dwc2: handle return code of dev_read_size() in of to, plat function

2022-03-13 Thread Marek Vasut
On 3/13/22 13:51, Marek Vasut wrote: On 3/13/22 09:18, Wolfgang Grandegger wrote: dev_read_size() returns -EINVAL (-22) if the property "g-tx-fifo-size" does not exist. If that's the case, we now keep the default value of 0. Applied, thanks. The patch does not even compile, please fix:

Re: [PATCH v2] usb: dwc2: handle return code of dev_read_size() in of to, plat function

2022-03-13 Thread Marek Vasut
On 3/13/22 09:18, Wolfgang Grandegger wrote: dev_read_size() returns -EINVAL (-22) if the property "g-tx-fifo-size" does not exist. If that's the case, we now keep the default value of 0. Applied, thanks.