From: Joe Perches Date: Wed, 30 May 2012 20:25:55 +0000 (-0700) Subject: can: cc770: Fix likely misuse of | for & X-Git-Tag: v3.5-rc3~22^2~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc605dbdb8dd152448ccb8d4c4d5bd9439965a20;p=pandora-kernel.git can: cc770: Fix likely misuse of | for & Using | with a constant is always true. Likely this should have be &. Signed-off-by: Joe Perches Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed