diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-05-22 16:55:31 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-03 03:11:53 -0400 |
commit | 23b02519aaefbc3ec5b8ff67ef71def6040e0a04 (patch) | |
tree | 26cbdb23920a6ec030c94eb206491b94e621e8ca /drivers/mfd | |
parent | 60fd011bfaaae91f0f795621ba80d6f5d46ca966 (diff) |
mfd: db8500-prcmu: Remove check for CONFIG_DBX500_PRCMU_DEBUG
A check for CONFIG_DBX500_PRCMU_DEBUG was added in v3.6. But there's no
Kconfig symbol DBX500_PRCMU_DEBUG. So remove this check.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/db8500-prcmu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c index 722c2ceaa1c8..193cf168ba84 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c | |||
@@ -2300,9 +2300,6 @@ int prcmu_ac_wake_req(void) | |||
2300 | 2300 | ||
2301 | if (!wait_for_completion_timeout(&mb0_transfer.ac_wake_work, | 2301 | if (!wait_for_completion_timeout(&mb0_transfer.ac_wake_work, |
2302 | msecs_to_jiffies(5000))) { | 2302 | msecs_to_jiffies(5000))) { |
2303 | #if defined(CONFIG_DBX500_PRCMU_DEBUG) | ||
2304 | db8500_prcmu_debug_dump(__func__, true, true); | ||
2305 | #endif | ||
2306 | pr_crit("prcmu: %s timed out (5 s) waiting for a reply.\n", | 2303 | pr_crit("prcmu: %s timed out (5 s) waiting for a reply.\n", |
2307 | __func__); | 2304 | __func__); |
2308 | ret = -EFAULT; | 2305 | ret = -EFAULT; |