usb: gadget: dwc2_udc_otg: return zero when reset property is not present
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 21 Oct 2020 12:28:41 +0000 (21:28 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 4 Nov 2020 03:19:48 +0000 (12:19 +0900)
commit49d6b64c87c24962b5129e8afe1a4c84d473a201
treef6ce0c469d94f4d6517050334e6b04dc7e3ed435
parent50ddd2ee0e98b108f1d20a129e7b6e32b4d66ee2
usb: gadget: dwc2_udc_otg: return zero when reset property is not present

If reset DT property is not present, -ENOENT is returned.
But it's not really error.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/usb/gadget/dwc2_udc_otg.c