diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-05-22 22:55:31 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-03 08:11:53 +0100 |
commit | 23b02519aaefbc3ec5b8ff67ef71def6040e0a04 (patch) | |
tree | 26cbdb23920a6ec030c94eb206491b94e621e8ca /drivers/mfd | |
parent | 60fd011bfaaae91f0f795621ba80d6f5d46ca966 (diff) | |
download | op-kernel-dev-23b02519aaefbc3ec5b8ff67ef71def6040e0a04.zip op-kernel-dev-23b02519aaefbc3ec5b8ff67ef71def6040e0a04.tar.gz |
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 722c2ce..193cf16 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c @@ -2300,9 +2300,6 @@ int prcmu_ac_wake_req(void) if (!wait_for_completion_timeout(&mb0_transfer.ac_wake_work, msecs_to_jiffies(5000))) { -#if defined(CONFIG_DBX500_PRCMU_DEBUG) - db8500_prcmu_debug_dump(__func__, true, true); -#endif pr_crit("prcmu: %s timed out (5 s) waiting for a reply.\n", __func__); ret = -EFAULT; |