On Thu, Apr 17, 2008 at 12:27:56AM +0200, Thomas Bogendoerfer wrote: > On Wed, Apr 16, 2008 at 05:09:58PM +0200, Roel Kluin wrote: > > Thomas Bogendoerfer wrote: > > > On Wed, Apr 16, 2008 at 03:43:56AM +0200, Roel Kluin wrote: > > >> irq is unsigned, cast to signed to evaluate the allocate_irqno() return value, > > > > >> + if ((int) irq < 0) > > > > > > Why don't you just make irq and rt_timer_irq an int ? > > > > Ok, thanks, It should be right, but I cannot test this (no hardware). > > I've tested it on real hardware. > > Acked-By: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> Thanks, applied. Ralf