Skip to content

Commit

Permalink
mfd: db8500-prcmu: Remove check for CONFIG_DBX500_PRCMU_DEBUG
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Bolle authored and Lee Jones committed Jun 3, 2014
1 parent 60fd011 commit 23b0251
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/mfd/db8500-prcmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 23b0251

Please sign in to comment.