[ALM:11099076] [FP4] QNOVO integrateion

 &&&%%%comment:[FP4] QNOVO integrateion
 &&&%%%bug number:10872990
 &&&%%%product name:sm7225_r_fp4
 &&&%%%root cause:Specification
 &&&%%%Bug category:T2M
 &&&%%%Module_Impact:kernel
 &&&%%%Test_Suggestion:test QNOVO algothm
 &&&%%%Solution:add QNOVO algothm
 &&&%%%Test_Report:test is ok
 &&&%%%VAL Can Test:NO
diff --git a/drivers/power/supply/qns_system_v2.c b/drivers/power/supply/qns_system_v2.c
index 9502fdf..ef0791c 100644
--- a/drivers/power/supply/qns_system_v2.c
+++ b/drivers/power/supply/qns_system_v2.c
@@ -20,7 +20,7 @@
 
 // Set the sign (-1 or 1) so that /sys/class/qns/current_now returns negative 
 // values while discharging and positive while charging.
-#define READ_CURRENT_SIGN	(-1)
+#define READ_CURRENT_SIGN	(1)
 
 #define CHARGE_CURRENT_PROP	POWER_SUPPLY_PROP_CONSTANT_CHARGE_CURRENT_MAX
 #define CHARGE_VOLTAGE_PROP POWER_SUPPLY_PROP_VOLTAGE_MAX