linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clocksource/timer-vt8500: remove duplicate function name
@ 2018-10-13 10:22 Dan Carpenter
  2018-10-13 20:58 ` Daniel Lezcano
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2018-10-13 10:22 UTC (permalink / raw)
  To: Tony Prisk; +Cc: Daniel Lezcano, Thomas Gleixner, linux-kernel, kernel-janitors

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>

diff --git a/drivers/clocksource/timer-vt8500.c b/drivers/clocksource/timer-vt8500.c
index e0f7489cfc8e..c3aff1a8f7d5 100644
--- a/drivers/clocksource/timer-vt8500.c
+++ b/drivers/clocksource/timer-vt8500.c
@@ -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;
 	}

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clocksource/timer-vt8500: remove duplicate function name
  2018-10-13 10:22 [PATCH] clocksource/timer-vt8500: remove duplicate function name Dan Carpenter
@ 2018-10-13 20:58 ` Daniel Lezcano
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Lezcano @ 2018-10-13 20:58 UTC (permalink / raw)
  To: Dan Carpenter, Tony Prisk; +Cc: Thomas Gleixner, linux-kernel, kernel-janitors

On 13/10/2018 12:22, Dan Carpenter wrote:
> 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>
> 

Applied, thanks.

  -- Daniel


-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-13 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-13 10:22 [PATCH] clocksource/timer-vt8500: remove duplicate function name Dan Carpenter
2018-10-13 20:58 ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).