Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13e02f49 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: qpnp-qg: Fix the return value"

parents 284e4b68 f35bc360
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@ int qg_get_battery_temp(struct qpnp_qg *chip, int *temp)
	}
	pr_debug("batt_temp = %d\n", *temp);

	return rc;
	return 0;
}

int qg_get_battery_current(struct qpnp_qg *chip, int *ibat_ua)