usb: phy: fsm: change "|" to "||" for condition OTG_STATE_A_WAIT_BCON at statemachine
commit66668991c3515855e7a9881788feb7026f9f729f
authorPeter Chen <peter.chen@freescale.com>
Thu, 13 Mar 2014 07:22:51 +0000 (13 15:22 +0800)
committerFelipe Balbi <balbi@ti.com>
Thu, 24 Apr 2014 14:54:32 +0000 (24 09:54 -0500)
tree24b99d64d10b16cfc7b29701227fd0dca96e6a5c
parent2284bb35503ce7b05fce8f0dc8e1cb2a3134ae4e
usb: phy: fsm: change "|" to "||" for condition OTG_STATE_A_WAIT_BCON at statemachine

We should be using logical "or" not bitwise "or".

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-fsm-usb.c