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
Makefile
TODO
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
vb_def.h
vb_init.c Staging: xgifb: fix bitwise vs logical bug 2012-08-14 16:46:33 -07:00
vb_init.h
vb_setmode.c Staging: xgifb: Fix coding style. 2012-07-11 16:59:32 -07:00
vb_setmode.h
vb_struct.h
vb_table.h Staging: xgifb: Fix coding style. 2012-07-11 16:59:32 -07:00
vb_util.c
vb_util.h
vgatypes.h