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

Commit 30fc7ebe authored by Paul Bolle's avatar Paul Bolle Committed by Steven Miao
Browse files

blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"



Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarSteven Miao <realmz6@gmail.com>
parent 455c6fdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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