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: NPeter Chubb <peter.chubb@nicta.com.au> Signed-off-by: NAndrzej Zaborowski <andrew.zaborowski@intel.com>
Showing
想要评论请 注册 或 登录