svn commit: r197478 - head/sys/dev/fb

Xin LI delphij at FreeBSD.org
Fri Sep 25 02:19:58 UTC 2009


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


More information about the svn-src-head mailing list