Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23b02519 authored by Paul Bolle's avatar Paul Bolle Committed by Lee Jones
Browse files

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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 60fd011b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;