commit | eacccbda431c4eff9073f2b4abfaba88524cd12f | [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 | fb4413295c765aa8c013650984dc2d908964c81d [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>