Skip to content

Commit

Permalink
Merge tag 'usb-ci-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/ker…
Browse files Browse the repository at this point in the history
…nel/git/peter.chen/usb into usb-linus

Peter writes:

Fix for kernel panic during the system reboot for some boards
gregkh committed Oct 26, 2016
2 parents b760323 + 991d5ad commit c1aa677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/usb/chipidea/host.c
Original file line number Diff line number Diff line change
@@ -188,6 +188,8 @@ static void host_stop(struct ci_hdrc *ci)

if (hcd) {
usb_remove_hcd(hcd);
ci->role = CI_ROLE_END;
synchronize_irq(ci->irq);
usb_put_hcd(hcd);
if (ci->platdata->reg_vbus && !ci_otg_is_fsm_mode(ci) &&
(ci->platdata->flags & CI_HDRC_TURN_VBUS_EARLY_ON))

0 comments on commit c1aa677

Please sign in to comment.