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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:37:12 +0000 (11:37 +0100)
commitcdb994ab913f9846582d8ccb9d625cec978e66ab
tree28e5251b33503f001d62a786c676bbb6b5d87903
parentb0426ae6bff5e5375fbca866360783ee3de8e373
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