Loading
usb: ci13xxx_udc: Remove child nodes before unregistering UDC
Currently, the UDC gadget is being deleted before removing the
child nodes which lead to 'no directory exists' sysfs warning.
Fix this by unregistering UDC only after its child nodes are removed.
Change-Id: I9c1eb349680dba4b3586abcef88d15766e167bf2
Signed-off-by:
Jagadeesh Banisetti <jbanis@codeaurora.org>