1
0
Fork 0
alistair23-linux/drivers/staging/xgifb
Dan Carpenter 2f123cbcf0 Staging: xgifb: fix bitwise vs logical bug
This is a static checker fix and not something I can test.  The intent
of the code here is to set some bit flags.  For a logical OR the ">> 1"
shift wouldn't make a difference.  So it should be using a bitwise OR.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-08-14 16:46:33 -07: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
XGI_main.h Staging: xgifb: Remove unused struct _chswtable. 2012-07-11 16:59:28 -07:00
XGI_main_26.c staging: xgifb: print small buffers via %*ph 2012-08-13 19:23:18 -07:00
XGIfb.h Staging: xgifb: Comment cleaning. 2012-07-11 16:59:27 -07:00
vb_def.h Staging: xgifb: Comment cleaning. 2012-07-11 16:59:27 -07:00
vb_init.c Staging: xgifb: fix bitwise vs logical bug 2012-08-14 16:46:33 -07: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: Fix coding style. 2012-07-11 16:59:32 -07:00
vb_setmode.h staging: xgifb: move XGI21_LVDSCapStruct into xgifb_video_info 2011-12-08 12:26:07 -08:00
vb_struct.h Staging: xgifb: Comment cleaning. 2012-07-11 16:59:27 -07:00
vb_table.h Staging: xgifb: Fix coding style. 2012-07-11 16:59:32 -07:00
vb_util.c Staging: xgifb: Fix sparse warnings. 2012-06-18 17:20:21 -07:00
vb_util.h staging: xgifb: clean up register access types 2011-03-14 11:52:34 -07:00
vgatypes.h Staging: xgifb: Remove unneeded XGI_LCD_TYPE enumeration. 2012-07-11 16:59:27 -07:00