usb: gadget: pch_udc: Fix likely misuse of | for &
authorJoe Perches <joe@perches.com>
Wed, 30 May 2012 20:25:57 +0000 (13:25 -0700)
committerFelipe Balbi <balbi@ti.com>
Mon, 4 Jun 2012 15:12:06 +0000 (18:12 +0300)
Using | with a constant is always true.
Likely this should have be &.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found