提交 30a85eb6 编写于 作者: D Dan Carpenter 提交者: Daniel Lezcano

clocksource/drivers/timer-vt8500: Remove duplicate function name

We print the function name twice in a row in the error message so I've
removed one.
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
上级 7d9df98b
......@@ -145,7 +145,7 @@ static int __init vt8500_timer_init(struct device_node *np)
ret = clocksource_register_hz(&clocksource, VT8500_TIMER_HZ);
if (ret) {
pr_err("%s: vt8500_timer_init: clocksource_register failed for %s\n",
pr_err("%s: clocksource_register failed for %s\n",
__func__, clocksource.name);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册