]> git.baikalelectronics.ru Git - kernel.git/commit
usb: phy: fsm: change "|" to "||" for condition OTG_STATE_A_WAIT_BCON at statemachine
authorPeter Chen <peter.chen@freescale.com>
Thu, 13 Mar 2014 07:22:51 +0000 (15:22 +0800)
committerFelipe Balbi <balbi@ti.com>
Thu, 24 Apr 2014 14:54:32 +0000 (09:54 -0500)
commitd631522d300fff89e8dbdb5528939b220a7b07ac
tree24b99d64d10b16cfc7b29701227fd0dca96e6a5c
parent3ea9d0c589479d7feee33df368b5beca1e02c454
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