USB: Fix cut and paste bug for board specific disconnection

Signed-off-by: Anton Staaf <robotboy@chromium.org>

BRANCH=None
BUG=None
TEST=make buildall -j

Change-Id: I8ec4396370b7e3068d29d569b73fddc648e1f76f
Reviewed-on: https://chromium-review.googlesource.com/247720
Trybot-Ready: Anton Staaf <robotboy@chromium.org>
Tested-by: Anton Staaf <robotboy@chromium.org>
Reviewed-by: Vic Yang <victoryang@chromium.org>
Commit-Queue: Anton Staaf <robotboy@chromium.org>
This commit is contained in:
Anton Staaf
2015-02-09 10:50:54 -08:00
committed by ChromeOS Commit Bot
parent 049463f8ad
commit 41ee615c0b

View File

@@ -16,5 +16,5 @@ void usb_connect(void)
void usb_disconnect(void)
{
usb_board_connect();
usb_board_disconnect();
}