usb: pci-quirks: use true,false for bool variables
authorJason Yan <yanaijie@huawei.com>
Mon, 20 Apr 2020 04:26:22 +0000 (12:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Apr 2020 13:28:13 +0000 (15:28 +0200)
commitcfee546166583fa1a51f657e2f84d866a3552710
tree00866ee35bf305a27276223d29138ed4a351d53e
parenta6cd27e9b594ccf4bf525969c1077f2dbe515476
usb: pci-quirks: use true,false for bool variables

Fix the following coccicheck warning:

drivers/usb/host/pci-quirks.c:532:1-27: WARNING: Assignment of 0/1 to
bool variable
drivers/usb/host/pci-quirks.c:208:1-20: WARNING: Assignment of 0/1 to
bool variable
drivers/usb/host/pci-quirks.c:232:2-21: WARNING: Assignment of 0/1 to
bool variable
drivers/usb/host/pci-quirks.c:235:2-21: WARNING: Assignment of 0/1 to
bool variable

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200420042622.18564-1-yanaijie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/pci-quirks.c