1
0
Fork 0

usb: gadget: thor: Invoke board specific USB cleanup interface

This patch invokes board-specific USB cleanup (board_usb_cleanup)
function in the thor gadget.

Signed-off-by: Inha Song <ideal.song@samsung.com>
utp
Inha Song 2015-03-03 17:32:06 +01:00 committed by Marek Vasut
parent 375f2d785c
commit d281730f9c
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ int do_thor_down(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
exit:
g_dnl_unregister();
board_usb_cleanup(controller_index, USB_INIT_DEVICE);
done:
dfu_free_entities();