
31 Aug
2017
31 Aug
'17
2:51 p.m.
On 25 August 2017 at 19:25, Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
When I originally added this driver, I did some careless (and in retrospect: mindless) copy & paste for the U_BOOT_DRIVER structure skeletion... unfortunately, the 'arc_timer' string was committed and slipped through all reviews.
This fixes the U_BOOT_DRIVER name to read 'rockchip_rk3368_timer' (as originally intended).
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Reported-by: Artturi Alm artturi.alm@gmail.com
drivers/timer/rockchip_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org