Skip to content

Commit

Permalink
blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Steven Miao <realmz6@gmail.com>
  • Loading branch information
Paul Bolle authored and Steven Miao committed Apr 11, 2014
1 parent 455c6fd commit 30fc7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf609/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30fc7eb

Please sign in to comment.