[U-Boot] [PATCH] avr32: fix timer_init() return type

Andreas Bießmann andreas.devel at googlemail.com
Tue Nov 29 10:10:32 CET 2011


Dear Reinhard,

Am 13.10.2011 12:27, schrieb Reinhard Meyer:
> Dear Andreas Bießmann,
>>>  	if (set_interrupt_handler(0, &timer_interrupt_handler, 3))
>>> -		return;
>>> +		return 0;
>>
>> NAK, this is an error and should return a negative value (though the
>> return value is currently not evaluated).
> 
> Agreed
> 
>>
>> BTW there is another patch pending ->
>> http://patchwork.ozlabs.org/patch/117688/
> 
> I'll apply that one in the year 2015 ;)
> 
> NO.. its on my list for applying into next

it would be great to get this regression fix (or the other one) in now.

best regards

Andreas Bießmann


More information about the U-Boot mailing list