diff options
Diffstat (limited to 'drivers/clocksource/mips-gic-timer.c')
-rw-r--r-- | drivers/clocksource/mips-gic-timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clocksource/mips-gic-timer.c b/drivers/clocksource/mips-gic-timer.c index a04808a21d4e..65e18c86d9b9 100644 --- a/drivers/clocksource/mips-gic-timer.c +++ b/drivers/clocksource/mips-gic-timer.c | |||
@@ -205,12 +205,12 @@ static int __init gic_clocksource_of_init(struct device_node *node) | |||
205 | } else if (of_property_read_u32(node, "clock-frequency", | 205 | } else if (of_property_read_u32(node, "clock-frequency", |
206 | &gic_frequency)) { | 206 | &gic_frequency)) { |
207 | pr_err("GIC frequency not specified.\n"); | 207 | pr_err("GIC frequency not specified.\n"); |
208 | return -EINVAL;; | 208 | return -EINVAL; |
209 | } | 209 | } |
210 | gic_timer_irq = irq_of_parse_and_map(node, 0); | 210 | gic_timer_irq = irq_of_parse_and_map(node, 0); |
211 | if (!gic_timer_irq) { | 211 | if (!gic_timer_irq) { |
212 | pr_err("GIC timer IRQ not specified.\n"); | 212 | pr_err("GIC timer IRQ not specified.\n"); |
213 | return -EINVAL;; | 213 | return -EINVAL; |
214 | } | 214 | } |
215 | 215 | ||
216 | ret = __gic_clocksource_init(); | 216 | ret = __gic_clocksource_init(); |