From: Paul Bolle Date: Tue, 19 Mar 2013 23:33:21 +0000 (+0100) Subject: blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=30fc7ebe848fe088969b7a4d26db8f86503d2b90;p=linux-beck.git blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL" Signed-off-by: Paul Bolle Signed-off-by: Steven Miao --- diff --git a/arch/blackfin/mach-bf609/pm.c b/arch/blackfin/mach-bf609/pm.c index ad505d9db4a8..0cdd6955c7be 100644 --- a/arch/blackfin/mach-bf609/pm.c +++ b/arch/blackfin/mach-bf609/pm.c @@ -210,7 +210,7 @@ void bf609_cpu_pm_enter(suspend_state_t state) #ifdef CONFIG_PM_BFIN_WAKE_PB15 wakeup |= PB15WE; -# if CONFIG_PM_BFIN_WAKE_PA15_POL +# if CONFIG_PM_BFIN_WAKE_PB15_POL wakeup_pol |= PB15WE; # endif #endif