Commit d281730f9c5ca15c294004fd1971752016fe5a34

Authored by Inha Song
Committed by Marek Vasut
1 parent 375f2d785c

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

common/cmd_thordown.c
... ... @@ -56,6 +56,7 @@
56 56  
57 57 exit:
58 58 g_dnl_unregister();
  59 + board_usb_cleanup(controller_index, USB_INIT_DEVICE);
59 60 done:
60 61 dfu_free_entities();
61 62