]> git.sur5r.net Git - u-boot/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)
commiteacccbda431c4eff9073f2b4abfaba88524cd12f
tree419533891c0fef7effec678dc623952b4b1479b3
parentfb4413295c765aa8c013650984dc2d908964c81d
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