From 2f123cbcf0ddaf526bd681081a1f2fe8c30ef59a Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Tue, 14 Aug 2012 10:04:45 +0300 Subject: [PATCH] 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 Reviewed-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed