summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2012-08-14 10:04:45 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-08-14 16:46:33 -0700
commit2f123cbcf0ddaf526bd681081a1f2fe8c30ef59a (patch)
tree568ae4837857067318bba6057509216906e7adcc /include/linux
parent95605332997211f377af55d05209c3ef2b86bed1 (diff)
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>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions