Skip to content
Snippets Groups Projects
Commit 25d1936a authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Marek Vasut
Browse files

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: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
parent 19a2a67f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment