RE: [PATCH] usb: dwc3: Fix the return value of gpio_request_by_name()

2023-01-06 Thread Abbarapu, Venkatesh
Hi Marek, Thanks. I will check and update. Thanks Venkatesh > -Original Message- > From: Marek Vasut > Sent: Friday, January 6, 2023 9:51 AM > To: Abbarapu, Venkatesh ; u- > b...@lists.denx.de > Cc: Simek, Michal ; g...@xilinx.com > Subject: Re: [PATCH] usb: dwc3:

Re: [PATCH] usb: dwc3: Fix the return value of gpio_request_by_name()

2023-01-05 Thread Marek Vasut
On 1/6/23 04:51, Venkatesh Yadav Abbarapu wrote: As the "reset-gpios" property is optional, don't return the error and just skip the gpio reset sequence. Signed-off-by: Venkatesh Yadav Abbarapu --- drivers/usb/dwc3/dwc3-generic.c | 24 1 file changed, 12