alistair23-linux/drivers/staging/xgifb
Aaro Koskinen ef497f46c3 staging: xgifb: vb_setmode: clean up a single statement if
Eliminate the only remaining checkpatch.pl warning:

	WARNING: braces {} are not necessary for single statement blocks
	#7463: FILE: staging/xgifb/vb_setmode.c:7463:
	+       if (ModeNo & 0x80) {
	+               ModeNo = ModeNo & 0x7F;
	+       }

	total: 0 errors, 1 warnings, 0 checks, 7554 lines checked

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-11-28 06:20:14 +09:00
..
Kconfig staging: Add framebuffer driver for XGI chipsets 2010-06-04 13:38:51 -07:00
Makefile staging: xgifb: delete vb_ext.{c,h} 2011-11-26 18:03:18 -08:00
TODO staging: xgifb: update TODO 2011-09-16 20:16:48 +02:00
vb_def.h staging: xgifb: delete Win9xDOSMode 2011-09-06 11:42:14 -07:00
vb_init.c staging: xgifb: delete vb_ext.{c,h} 2011-11-26 18:03:18 -08:00
vb_init.h staging: xgifb: inline XGIfb_query_VGA_config_space() 2011-10-12 09:51:45 -06:00
vb_setmode.c staging: xgifb: vb_setmode: clean up a single statement if 2011-11-28 06:20:14 +09:00
vb_setmode.h staging: xgifb: vb_setmode: make internal functions static 2011-11-28 06:20:12 +09:00
vb_struct.h staging: xgifb: vb_setmode: eliminate GetVGAType/Set_VGAType 2011-11-28 06:20:13 +09:00
vb_table.h staging: xgifb: delete duplicated timing data 2011-09-06 11:42:13 -07:00
vb_util.c staging: xgifb: unify #include order 2011-09-16 20:16:48 +02:00
vb_util.h staging: xgifb: clean up register access types 2011-03-14 11:52:34 -07:00
vgatypes.h staging: xgifb: inline XGIfb_query_VGA_config_space() 2011-10-12 09:51:45 -06:00
XGI_main.h staging/xgifb: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used) 2011-11-26 18:00:09 -08:00
XGI_main_26.c Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 2011-10-30 15:30:01 -07:00
XGIfb.h staging: xgifb: clean up 2nd display state 2011-10-12 09:51:49 -06:00