summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra_core_volt_cap.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-11-27 15:35:41 -0800
committerYu-Huan Hsu <yhsu@nvidia.com>2013-12-02 20:12:27 -0800
commit420a2f286b08c486230d550b46bb06031c4af3d6 (patch)
tree1ed54cbfff7a8e6fc2f29d140d711d8061adb1a8 /arch/arm/mach-tegra/tegra_core_volt_cap.c
parent8fb85fbec436c9d66c365b2a9036a08fbe0adcd3 (diff)
ARM: tegra: dvfs: Fix unused variable warning
Change-Id: Ia22b6dd541613c19745c265b53f3c01843f248a3 Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/336460 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra_core_volt_cap.c')
-rw-r--r--arch/arm/mach-tegra/tegra_core_volt_cap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/tegra_core_volt_cap.c b/arch/arm/mach-tegra/tegra_core_volt_cap.c
index dd009fd801f5..5586b5a2744d 100644
--- a/arch/arm/mach-tegra/tegra_core_volt_cap.c
+++ b/arch/arm/mach-tegra/tegra_core_volt_cap.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/tegra_core_volt_cap.c
*
- * Copyright (c), 2013 NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -680,7 +680,7 @@ int __init tegra_init_sysfs_shared_bus_rate(
static int vcore_cap_table_show(struct seq_file *s, void *data)
{
- int i, j, n, therm_cap, therm_trip;
+ int i, j, n;
seq_printf(s, "%-20s", "bus/vcore");
for (j = 0; j < cap_millivolts_num; j++) {