]> Git Repo - J-u-boot.git/commit
usb: xhci: Fix bool initialization in xhci_bulk_tx
authorGustavo A. R. Silva <[email protected]>
Sat, 20 Jan 2018 08:37:31 +0000 (02:37 -0600)
committerMarek Vasut <[email protected]>
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 <[email protected]>
Cc: Bin Meng <[email protected]>
Cc: Marek Vasut <[email protected]>
drivers/usb/host/xhci-ring.c
This page took 0.031717 seconds and 4 git commands to generate.