Home
last modified time | relevance | path

Searched hist:"25 d1936a192ac62b8df5dc33e37455dcaeb19fae" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c25d1936a192ac62b8df5dc33e37455dcaeb19fae Wed Jun 11 22:31:27 UTC 2014 Jeroen Hofstee <jeroen@myspectrum.nl> usb: xhci: (likely) fix bracket in if condition

Because of the brackets the & and && is evaluated before
the comparison. This is likely not the intention. Change
it to test the first and second condition to both be true.

cc: Marek Vasut <marex@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>