All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Video: fix compiler warnings in bus_vcxk
@ 2012-11-14 10:10 Jens Scharsig
  2012-11-14 11:30 ` Anatolij Gustschin
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Scharsig @ 2012-11-14 10:10 UTC (permalink / raw)
  To: u-boot

From: "Jens Scharsig (BuS Elektronik)" <esw@bus-elektronik.de>

if a board uses the vcxk driver option CONFIG_SYS_VCXK_DOUBLEBUFFERD,
compilier shows warnings. This patch will fix it.

Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
---
 drivers/video/bus_vcxk.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/bus_vcxk.c b/drivers/video/bus_vcxk.c
index 9c4714d..a0607cf 100644
--- a/drivers/video/bus_vcxk.c
+++ b/drivers/video/bus_vcxk.c
@@ -153,7 +153,7 @@ int vcxk_init(unsigned long width, unsigned long height)
 #ifdef CONFIG_SYS_VCXK_DOUBLEBUFFERED
 	double_bws_word  = (u_short *)double_bws;
 	double_bws_long  = (u_long *)double_bws;
-	debug("%lx %lx %lx \n", double_bws, double_bws_word, double_bws_long);
+	debug("%px %px %px\n", double_bws, double_bws_word, double_bws_long);
 #endif
 	display_width  = width;
 	display_height = height;
-- 
1.7.10.4

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

* [U-Boot] [PATCH] Video: fix compiler warnings in bus_vcxk
  2012-11-14 10:10 [U-Boot] [PATCH] Video: fix compiler warnings in bus_vcxk Jens Scharsig
@ 2012-11-14 11:30 ` Anatolij Gustschin
  0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2012-11-14 11:30 UTC (permalink / raw)
  To: u-boot

Hi,

On Wed, 14 Nov 2012 11:10:20 +0100
"Jens Scharsig (BuS Elektronik)" <esw@bus-elektronik.de> wrote:

> From: "Jens Scharsig (BuS Elektronik)" <esw@bus-elektronik.de>
> 
> if a board uses the vcxk driver option CONFIG_SYS_VCXK_DOUBLEBUFFERD,
> compilier shows warnings. This patch will fix it.
> 
> Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
> ---
>  drivers/video/bus_vcxk.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to video/master. Thanks!

Anatolij

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

end of thread, other threads:[~2012-11-14 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-14 10:10 [U-Boot] [PATCH] Video: fix compiler warnings in bus_vcxk Jens Scharsig
2012-11-14 11:30 ` Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.