linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: davinci: cpufreq: fix compiler warning
@ 2012-03-08 19:36 Uwe Kleine-König
  2012-03-12 20:05 ` Nori, Sekhar
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2012-03-08 19:36 UTC (permalink / raw)
  To: linux-arm-kernel

This fixes:
	arch/arm/mach-davinci/cpufreq.c: In function davinci_target:
	arch/arm/mach-davinci/cpufreq.c:98: warning: passing argument 2 of dev_printk from incompatible pointer type

Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
 arch/arm/mach-davinci/cpufreq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-davinci/cpufreq.c b/arch/arm/mach-davinci/cpufreq.c
index 5bba707..031048f 100644
--- a/arch/arm/mach-davinci/cpufreq.c
+++ b/arch/arm/mach-davinci/cpufreq.c
@@ -95,7 +95,7 @@ static int davinci_target(struct cpufreq_policy *policy,
 	if (freqs.old == freqs.new)
 		return ret;
 
-	dev_dbg(&cpufreq.dev, "transition: %u --> %u\n", freqs.old, freqs.new);
+	dev_dbg(cpufreq.dev, "transition: %u --> %u\n", freqs.old, freqs.new);
 
 	ret = cpufreq_frequency_table_target(policy, pdata->freq_table,
 						freqs.new, relation, &idx);
-- 
1.7.9.1

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

* [PATCH] ARM: davinci: cpufreq: fix compiler warning
  2012-03-08 19:36 [PATCH] ARM: davinci: cpufreq: fix compiler warning Uwe Kleine-König
@ 2012-03-12 20:05 ` Nori, Sekhar
  0 siblings, 0 replies; 2+ messages in thread
From: Nori, Sekhar @ 2012-03-12 20:05 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Uwe,

On Fri, Mar 09, 2012 at 01:06:44, Uwe Kleine-K?nig wrote:
> This fixes:
> 	arch/arm/mach-davinci/cpufreq.c: In function davinci_target:
> 	arch/arm/mach-davinci/cpufreq.c:98: warning: passing argument 2 of dev_printk from incompatible pointer type
> 
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>

Applying this, thanks!

Regards,
Sekhar

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

end of thread, other threads:[~2012-03-12 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 19:36 [PATCH] ARM: davinci: cpufreq: fix compiler warning Uwe Kleine-König
2012-03-12 20:05 ` Nori, Sekhar

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).