Commit d0e7ba06 authored by Roel Kluin's avatar Roel Kluin Committed by Ralf Baechle

[MIPS] ip27-timer: fix unsigned irq < 0

Signed-off-by: default avatarRoel Kluin <12o3l@tiscali.nl>
Acked-By: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent b618336a
...@@ -158,7 +158,7 @@ static void rt_set_mode(enum clock_event_mode mode, ...@@ -158,7 +158,7 @@ static void rt_set_mode(enum clock_event_mode mode,
} }
} }
unsigned int rt_timer_irq; int rt_timer_irq;
static irqreturn_t hub_rt_counter_handler(int irq, void *dev_id) static irqreturn_t hub_rt_counter_handler(int irq, void *dev_id)
{ {
...@@ -219,7 +219,7 @@ static void __cpuinit hub_rt_clock_event_init(void) ...@@ -219,7 +219,7 @@ static void __cpuinit hub_rt_clock_event_init(void)
static void __init hub_rt_clock_event_global_init(void) static void __init hub_rt_clock_event_global_init(void)
{ {
unsigned int irq; int irq;
do { do {
smp_wmb(); smp_wmb();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment