Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Bolle and committed by
Lee Jones
23b02519 60fd011b

-3
-3
drivers/mfd/db8500-prcmu.c
··· 2300 2300 2301 2301 if (!wait_for_completion_timeout(&mb0_transfer.ac_wake_work, 2302 2302 msecs_to_jiffies(5000))) { 2303 - #if defined(CONFIG_DBX500_PRCMU_DEBUG) 2304 - db8500_prcmu_debug_dump(__func__, true, true); 2305 - #endif 2306 2303 pr_crit("prcmu: %s timed out (5 s) waiting for a reply.\n", 2307 2304 __func__); 2308 2305 ret = -EFAULT;