Merge "Usb.cpp: Fix typos when unable to disable USB data" into udc-qpr-dev am: 206ecbd71d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zumapro/+/24800352 Change-Id: Ib8f0fd1959e9708ac1d14aa2bee8dad82eaf433f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
96d8442f91
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ ScopedAStatus Usb::enableUsbData(const string& in_portName, bool in_enable,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!WriteStringToFile("0", USB_DATA_PATH)) {
|
if (!WriteStringToFile("0", USB_DATA_PATH)) {
|
||||||
ALOGE("Not able to turn on usb connection notification");
|
ALOGE("Not able to turn off usb connection notification");
|
||||||
result = false;
|
result = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue