From: Dan Carpenter Date: Mon, 3 Jan 2011 05:47:40 +0000 (+0300) Subject: Staging: tm6000: silence Sparse warning "dubious: !x | !y" X-Git-Tag: v2.6.39-rc1~469^2~855 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b01627c608d97b5246eb7a4b75c40f2a1fb4dc30;p=pandora-kernel.git Staging: tm6000: silence Sparse warning "dubious: !x | !y" Bitwise and logical or are the equivalent here, so this doesn't affect runtime, but logical or was intended. The original code causes a warning in Sparse: "warning: dubious: !x | !y" Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed