linux-omap 2.6.39: sync with meta-texasinstruments
[openembedded.git] / recipes / linux / linux-omap-2.6.39 / pm / linux-omap-2.6.39-ti-pm / 0001-OMAP3-voltage-remove-spurious-pr_notice-for-debugfs.patch
blobf80c07ec392794c21f608a63a71db64dc8f9172e
1 From f505147f6352faaf3d70b00a757279d56e2ef78b Mon Sep 17 00:00:00 2001
2 From: Nishanth Menon <nm@ti.com>
3 Date: Sat, 12 Feb 2011 17:27:14 +0530
4 Subject: [PATCH 01/12] OMAP3+: voltage: remove spurious pr_notice for debugfs
6 cat of debugfs entry for vp_volt provides voltage. The additional pr_notice
7 is just spam on console and provides no additional information.
9 Signed-off-by: Nishanth Menon <nm@ti.com>
10 Signed-off-by: Kevin Hilman <khilman@ti.com>
11 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
12 ---
13 arch/arm/mach-omap2/voltage.c | 1 -
14 1 files changed, 0 insertions(+), 1 deletions(-)
16 diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c
17 index 0c1552d..9ef3789 100644
18 --- a/arch/arm/mach-omap2/voltage.c
19 +++ b/arch/arm/mach-omap2/voltage.c
20 @@ -148,7 +148,6 @@ static int vp_volt_debug_get(void *data, u64 *val)
23 vsel = vdd->read_reg(prm_mod_offs, vdd->vp_data->voltage);
24 - pr_notice("curr_vsel = %x\n", vsel);
26 if (!vdd->pmic_info->vsel_to_uv) {
27 pr_warning("PMIC function to convert vsel to voltage"
28 --
29 1.6.6.1