mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
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:
committed by
ChromeOS Commit Bot
parent
049463f8ad
commit
41ee615c0b
@@ -16,5 +16,5 @@ void usb_connect(void)
|
||||
|
||||
void usb_disconnect(void)
|
||||
{
|
||||
usb_board_connect();
|
||||
usb_board_disconnect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user