Fix LINT build.

This commit is contained in:
Xin LI 2009-09-25 02:19:57 +00:00
parent daf3ced72b
commit 57f20544f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197478

View File

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