commit | 4abc7ebf5f00bb53439e2923cd47f7642491abf8 | [log] [tgz] |
---|---|---|
author | Peter Chubb <peter.chubb@nicta.com.au> | Tue Nov 22 04:20:23 2011 +0100 |
committer | Andrzej Zaborowski <balrog@zabor.org> | Mon Dec 05 21:38:41 2011 +0100 |
tree | 29d009570e5165ff057cff3eae0073bb41fafdfb | |
parent | eb5d5beaebd102599a915f6c4813d445ddc9dc84 [diff] |
Fix hw_error messages from arm_timer.c 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. Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>