On 22 November 2011 04:20, Peter Chubb <peter.ch...@nicta.com.au> wrote: > Two of the calls to hw_error() in arm_timer.c contain the wrong function name. > > As suggested by Andreas Färber, use the C99 standard __func__ macro to > get the correct name, instead of putting the name directly into the code.
Thanks, applied. Cheers