aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-25 10:40:52 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-25 10:40:52 +0200
commitb41d9d948ffeafd6fce7e8e73c57122c58e624ee (patch)
tree92b36815e027fb579d4c2a5cbe547ce6d7fec21e /drivers/input
parent3e8fe911f94f18e755f5d7cbbaa5fa7acf21c7e7 (diff)
downloadkernel_samsung_smdk4412-b41d9d948ffeafd6fce7e8e73c57122c58e624ee.zip
kernel_samsung_smdk4412-b41d9d948ffeafd6fce7e8e73c57122c58e624ee.tar.gz
kernel_samsung_smdk4412-b41d9d948ffeafd6fce7e8e73c57122c58e624ee.tar.bz2
mms_ts: comment some debugging code
Change-Id: I2cc00c526b06a15c78e68d8b4111fdb9dabb9771
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/mms_ts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/mms_ts.c b/drivers/input/touchscreen/mms_ts.c
index 67c6841..ebca68c 100644
--- a/drivers/input/touchscreen/mms_ts.c
+++ b/drivers/input/touchscreen/mms_ts.c
@@ -399,7 +399,7 @@ static void set_dvfs_off(struct work_struct *work)
exynos_cpufreq_lock_free(DVFS_LOCK_ID_TSP);
info->dvfs_lock_status = false;
- pr_debug("[TSP] DVFS Off!");
+ //pr_debug("[TSP] DVFS Off!");
mutex_unlock(&info->dvfs_lock);
}
@@ -440,7 +440,7 @@ static void set_dvfs_lock(struct mms_ts_info *info, uint32_t on)
msecs_to_jiffies(TOUCH_BOOSTER_CHG_TIME));
info->dvfs_lock_status = true;
- pr_debug("[TSP] DVFS On![%d]", info->cpufreq_level);
+ //pr_debug("[TSP] DVFS On![%d]", info->cpufreq_level);
}
} else if (on == 2) {
cancel_delayed_work(&info->work_dvfs_off);