commit | 0a00790ff4755f2e3eab907a43725cff59fc074b | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed May 30 13:25:57 2012 -0700 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jun 04 18:12:06 2012 +0300 |
tree | 603caaee8361608b2adc102b2819b67ab82ee2f1 | |
parent | 560f1187990c6c548756bf2f1183aa19d9c97413 [diff] |
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 <joe@perches.com> Signed-off-by: Felipe Balbi <balbi@ti.com>