commit | 0a1ef7c3f5d6dde41a71c9b6279130c43d6d6312 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Sat Jan 20 02:37:31 2018 -0600 |
committer | Marek Vasut <marex@denx.de> | Thu Jan 25 20:59:16 2018 +0100 |
tree | 419533891c0fef7effec678dc623952b4b1479b3 | |
parent | 3f78e923a9f50f2e291b4bfa6eb24517652e898b [diff] |
usb: xhci: Fix bool initialization in xhci_bulk_tx Bool initializations should use true and false. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Marek Vasut <marex@denx.de>