summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDavid Pu <dpu@nvidia.com>2014-01-10 13:02:16 +0800
committerMartin Chi <mchi@nvidia.com>2014-01-14 21:42:47 -0800
commit4fc0d54e900484d09d902f31cbe1579bf5a8edea (patch)
treececbb27f8da094677fa13ff5ba673b6a521c2ae9 /arch
parent2f521a8d99cbdb106a0f36c345e69b86b89d35c7 (diff)
ARM:tegra:TN7C: fix typo in INA current setting
there is a typo in INA230 current setting. Change-Id: Ie4d32cee3dc2dcb5dc565bc2a42484de80414a4e Signed-off-by: David Pu <dpu@nvidia.com> Reviewed-on: http://git-master/r/354057 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Martin Chi <mchi@nvidia.com> Tested-by: Martin Chi <mchi@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-tegranote7c-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-tegranote7c-power.c b/arch/arm/mach-tegra/board-tegranote7c-power.c
index 7d43b983f0f6..06f95962e304 100644
--- a/arch/arm/mach-tegra/board-tegranote7c-power.c
+++ b/arch/arm/mach-tegra/board-tegranote7c-power.c
@@ -124,7 +124,7 @@ struct max17048_platform_data tegranote7c_max17048_pdata = {
.model_data = &tegranote7c_max17048_mdata,
.read_batt_id = 1;
.set_current_threshold = ina230_set_current_threshold,
- .current_normal = tegranote7c_BATTERY_MAX_CURRENT,
+ .current_normal = TEGRANOTE7C_BATTERY_MAX_CURRENT,
.current_threshold_num = 2,
.current_threshold_soc = {4, 8},
.current_threshold = {1800, 2500},