summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-09-25 02:19:57 +0000
committerdelphij <delphij@FreeBSD.org>2009-09-25 02:19:57 +0000
commit345997867111c164544ebbb384e7fad71391eabe (patch)
tree91a6f065ea27953057fd169eac455b34cfd951fe /sys/dev/fb
parentd9aeefb9cee39a65606a4894995fec0cf59ab6bf (diff)
downloadFreeBSD-src-345997867111c164544ebbb384e7fad71391eabe.zip
FreeBSD-src-345997867111c164544ebbb384e7fad71391eabe.tar.gz
Fix LINT build.
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/vesa.c b/sys/dev/fb/vesa.c
index 17dd8da..7db4600 100644
--- a/sys/dev/fb/vesa.c
+++ b/sys/dev/fb/vesa.c
@@ -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);
OpenPOWER on IntegriCloud