mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
cleanup: Correcting VBUS discharge comment
BRANCH=none BUG=none TEST=none Change-Id: I0e7f21bd56a796d2261ffafa26f603924ac0d66d Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/896395 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
This commit is contained in:
@@ -507,7 +507,8 @@ static int sn5s330_discharge_vbus(int port, int enable)
|
||||
|
||||
status = write_reg(port, SN5S330_FUNC_SET3, regval);
|
||||
if (status) {
|
||||
CPRINTS("Failed to %s vbus", enable ? "enable" : "disable");
|
||||
CPRINTS("Failed to %s vbus discharge",
|
||||
enable ? "enable" : "disable");
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user