]> git.baikalelectronics.ru Git - uboot.git/commit
usb: xhci: Fix bool initialization in xhci_bulk_tx
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Sat, 20 Jan 2018 08:37:31 +0000 (02:37 -0600)
committerMarek Vasut <marex@denx.de>
Thu, 25 Jan 2018 19:59:16 +0000 (20:59 +0100)
commit7d58124b146dd090c8c08c4a83df71642186e96d
tree419533891c0fef7effec678dc623952b4b1479b3
parentb38b6fb286416cc17efe4541deb91eab6248b8af
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>
drivers/usb/host/xhci-ring.c