Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: chipidea: otg_fsm: delete the duplicated reset controller operation

At host_stop, it will call usb_remove_hcd, and reset controller later.

Signed-off-by: Peter Chen <peter.chen@freescale.com>

-1
-1
drivers/usb/chipidea/otg_fsm.c
··· 525 525 ci_role_start(ci, CI_ROLE_HOST); 526 526 } else { 527 527 ci_role_stop(ci); 528 - hw_device_reset(ci); 529 528 ci_role_start(ci, CI_ROLE_GADGET); 530 529 } 531 530 return 0;