diff options
author | Jason Yan <yanaijie@huawei.com> | 2020-04-20 06:26:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-04-23 15:28:13 +0200 |
commit | cfee546166583fa1a51f657e2f84d866a3552710 (patch) | |
tree | 00866ee35bf305a27276223d29138ed4a351d53e /drivers/mfd | |
parent | USB: core: Replace an empty statement with a debug message (diff) | |
download | linux-cfee546166583fa1a51f657e2f84d866a3552710.tar.xz linux-cfee546166583fa1a51f657e2f84d866a3552710.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions