]> Pileus Git - ~andy/linux/commit
can: cc770: Fix likely misuse of | for &
authorJoe Perches <joe@perches.com>
Wed, 30 May 2012 20:25:55 +0000 (13:25 -0700)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Sun, 3 Jun 2012 16:59:21 +0000 (18:59 +0200)
commitdc605dbdb8dd152448ccb8d4c4d5bd9439965a20
tree79eb67bb0a5b4756737894c2b2ff023f7befcbc3
parentf461f27a4436dbe691908fe08b867ef888848cc3
can: cc770: 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: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/cc770/cc770_platform.c