linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s3c2410fb - minor warning fix
@ 2005-09-26 21:13 Ben Dooks
  0 siblings, 0 replies; only message in thread
From: Ben Dooks @ 2005-09-26 21:13 UTC (permalink / raw)
  To: linux-fbdev-devel; +Cc: arnaud.patard

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

The function s3c2410fb_activate_var does not return
a value, therefore it should be declared void.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

--- ../linux-2.6.14/linux-2.6.14-rc2/drivers/video/s3c2410fb.c	2005-09-25 15:18:42.000000000 +0100
+++ linux-2.6.13-simtec2/drivers/video/s3c2410fb.c	2005-09-26 18:03:17.000000000 +0100
@@ -228,8 +228,8 @@
  * information
 */
 
-static int s3c2410fb_activate_var(struct s3c2410fb_info *fbi,
-				  struct fb_var_screeninfo *var)
+static void s3c2410fb_activate_var(struct s3c2410fb_info *fbi,
+				   struct fb_var_screeninfo *var)
 {
 	fbi->regs.lcdcon1 &= ~S3C2410_LCDCON1_MODEMASK;
 

[-- Attachment #2: s3c2410-fb-gcc4-fix1.patch --]
[-- Type: text/plain, Size: 487 bytes --]

--- ../linux-2.6.14/linux-2.6.14-rc2/drivers/video/s3c2410fb.c	2005-09-25 15:18:42.000000000 +0100
+++ linux-2.6.13-simtec2/drivers/video/s3c2410fb.c	2005-09-26 18:03:17.000000000 +0100
@@ -228,8 +228,8 @@
  * information
 */
 
-static int s3c2410fb_activate_var(struct s3c2410fb_info *fbi,
-				  struct fb_var_screeninfo *var)
+static void s3c2410fb_activate_var(struct s3c2410fb_info *fbi,
+				   struct fb_var_screeninfo *var)
 {
 	fbi->regs.lcdcon1 &= ~S3C2410_LCDCON1_MODEMASK;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-26 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-26 21:13 [PATCH] s3c2410fb - minor warning fix Ben Dooks

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