summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vgatypes.h
diff options
context:
space:
mode:
authorBill Pemberton2010-06-17 19:10:57 +0200
committerGreg Kroah-Hartman2010-06-22 23:33:36 +0200
commit6e5db771e10fccde1e48bf665dc900372826bc38 (patch)
tree7b9f88a4785fdd1594654c1ef284e1b820ee7a49 /drivers/staging/xgifb/vgatypes.h
parentStaging: xgifb: remove externs in XGI_accel.c (diff)
downloadkernel-qcow2-linux-6e5db771e10fccde1e48bf665dc900372826bc38.tar.gz
kernel-qcow2-linux-6e5db771e10fccde1e48bf665dc900372826bc38.tar.xz
kernel-qcow2-linux-6e5db771e10fccde1e48bf665dc900372826bc38.zip
Staging: xgifb: increase VBIOS_VER_MAX_LENGTH to 5
VBIOS_VER_MAX_LENGTH was set to 4, but the value "0.84" is strcpy'd into it. That value is 5 long including the trailing NULL. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Arnaud Patard <apatard@mandriva.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/xgifb/vgatypes.h')
-rw-r--r--drivers/staging/xgifb/vgatypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h
index 8702a7a78996..df839eeb5efd 100644
--- a/drivers/staging/xgifb/vgatypes.h
+++ b/drivers/staging/xgifb/vgatypes.h
@@ -5,7 +5,7 @@
#include <linux/ioctl.h>
#ifndef VBIOS_VER_MAX_LENGTH
-#define VBIOS_VER_MAX_LENGTH 4
+#define VBIOS_VER_MAX_LENGTH 5
#endif
#ifndef XGI_VB_CHIP_TYPE