[PATCH] s3c2410fb: fix incorrect argument type
From: Krzysztof Helt <hidden>
Date: 2007-10-18 20:40:37
From: Krzysztof Helt <redacted> This patch fixes wrong pointer type passed into the s3c2410fb_init_registers() function. Signed-off-by: Krzysztof Helt <redacted> --- My bad - this error is due to my changes to the driver. This patch was done against the 2.6.23-git13 kernel. diff -urp linux-ref/drivers/video/s3c2410fb.c linux-new/drivers/video/s3c2410fb.c
--- linux-ref/drivers/video/s3c2410fb.c 2007-10-18 22:32:51.353010872 +0200
+++ linux-new/drivers/video/s3c2410fb.c 2007-10-18 22:35:25.141774794 +0200@@ -1026,7 +1026,7 @@ static int s3c2410fb_resume(struct platf clk_enable(info->clk); msleep(1); - s3c2410fb_init_registers(info); + s3c2410fb_init_registers(fbinfo); return 0; } ------------------------------------------------------------
Mordal Kombat pod Sejmem - zagraj Kliknij >>> http://link.interia.pl/f1c31 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/