From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Tue, 29 Nov 2011 10:10:32 +0100 Subject: [U-Boot] [PATCH] avr32: fix timer_init() return type In-Reply-To: <4E96BD1A.4060607@emk-elektronik.de> References: <1318482666-20394-1-git-send-email-vapier@gentoo.org> <4E96955D.8080407@corscience.de> <4E96BD1A.4060607@emk-elektronik.de> Message-ID: <4ED4A188.2060901@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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