From: Joe Perches Date: Wed, 30 May 2012 20:25:57 +0000 (-0700) Subject: usb: gadget: pch_udc: Fix likely misuse of | for & X-Git-Tag: v3.6-rc1~101^2~53^2~28^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a00790ff4755f2e3eab907a43725cff59fc074b;p=pandora-kernel.git usb: gadget: pch_udc: 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: Felipe Balbi --- Reading git-diff-tree failed