projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e77f5
)
clocksource/drivers/efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features
author
Viresh Kumar
<
[email protected]
>
Mon, 30 Mar 2015 20:17:13 +0000
(22:17 +0200)
committer
Ingo Molnar
<
[email protected]
>
Tue, 31 Mar 2015 07:15:57 +0000
(09:15 +0200)
We have used CLOCK_EVT_MODE_PERIODIC instead of
CLOCK_EVT_FEAT_PERIODIC while defining features. Fix it.
Signed-off-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Daniel Lezcano <
[email protected]
>
Acked-by: Uwe Kleine-Koenig <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
drivers/clocksource/time-efm32.c
patch
|
blob
|
history
diff --git
a/drivers/clocksource/time-efm32.c
b/drivers/clocksource/time-efm32.c
index ec57ba2bbd87ac9f2a251e350598fa52019d7815..5b6e3d5644c9519f12468369f6a25c9ab4946ff4 100644
(file)
--- a/
drivers/clocksource/time-efm32.c
+++ b/
drivers/clocksource/time-efm32.c
@@
-111,7
+111,7
@@
static irqreturn_t efm32_clock_event_handler(int irq, void *dev_id)
static struct efm32_clock_event_ddata clock_event_ddata = {
.evtdev = {
.name = "efm32 clockevent",
- .features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_
MODE
_PERIODIC,
+ .features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_
FEAT
_PERIODIC,
.set_mode = efm32_clock_event_set_mode,
.set_next_event = efm32_clock_event_set_next_event,
.rating = 200,