mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
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: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This commit is contained in:
parent
7d9df98be6
commit
30a85eb643
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ static int __init vt8500_timer_init(struct device_node *np)
|
||||||
|
|
||||||
ret = clocksource_register_hz(&clocksource, VT8500_TIMER_HZ);
|
ret = clocksource_register_hz(&clocksource, VT8500_TIMER_HZ);
|
||||||
if (ret) {
|
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);
|
__func__, clocksource.name);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue