projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67bea88
)
clocksource: sunxi_timer: Add terminating entry for sunxi_timer_dt_ids
author
Axel Lin
<axel.lin@ingics.com>
Sun, 2 Dec 2012 15:08:19 +0000
(23:08 +0800)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Mon, 3 Dec 2012 20:16:59 +0000
(21:16 +0100)
The of_device_id table is supposed to be zero-terminated.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/clocksource/sunxi_timer.c
patch
|
blob
|
history
diff --git
a/drivers/clocksource/sunxi_timer.c
b/drivers/clocksource/sunxi_timer.c
index 3c46434b64cb4c3f47d22c7a4af904c130510c82..3cd1bd3d7aee7fd0f6c77143bfb11b8d1100e59e 100644
(file)
--- a/
drivers/clocksource/sunxi_timer.c
+++ b/
drivers/clocksource/sunxi_timer.c
@@
-101,6
+101,7
@@
static struct irqaction sunxi_timer_irq = {
static struct of_device_id sunxi_timer_dt_ids[] = {
{ .compatible = "allwinner,sunxi-timer" },
+ { }
};
static void __init sunxi_timer_init(void)