Usb.cpp: Fix typos when unable to disable USB data am: da999b58c6 am: 3e43592a82 am: 510d1dd8cd

Original change: https://googleplex-android-review.googlesource.com/c/device/google/bramble/+/25566260

Change-Id: I619a83a2b8c584e940792a041d950878a3f94519
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Kuen-Han Tsai
2023-12-21 06:22:27 +00:00
committed by Automerger Merge Worker

View File

@@ -93,7 +93,7 @@ ScopedAStatus Usb::enableUsbData(const string& in_portName, bool in_enable,
}
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;
}
}