Commit dc605dbd authored by Joe Perches's avatar Joe Perches Committed by Marc Kleine-Budde
Browse files

can: cc770: Fix likely misuse of | for &



Using | with a constant is always true.
Likely this should have be &.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent f461f27a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment