Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2009 02:19:58 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197478 - head/sys/dev/fb
Message-ID:  <200909250219.n8P2JwWT013952@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Fri Sep 25 02:19:57 2009
New Revision: 197478
URL: http://svn.freebsd.org/changeset/base/197478

Log:
  Fix LINT build.

Modified:
  head/sys/dev/fb/vesa.c

Modified: head/sys/dev/fb/vesa.c
==============================================================================
--- head/sys/dev/fb/vesa.c	Fri Sep 25 00:15:30 2009	(r197477)
+++ head/sys/dev/fb/vesa.c	Fri Sep 25 02:19:57 2009	(r197478)
@@ -1049,7 +1049,7 @@ static int
 vesa_set_mode(video_adapter_t *adp, int mode)
 {
 	video_info_t info;
-	int len;
+	int len = 0;
 
 	if (adp != vesa_adp)
 		return (*prevvidsw->set_mode)(adp, mode);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909250219.n8P2JwWT013952>