usb: core: hub: use true,false for bool variable
authorJason Yan <yanaijie@huawei.com>
Sun, 26 Apr 2020 09:41:47 +0000 (17:41 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Apr 2020 11:15:27 +0000 (13:15 +0200)
commitb9cf2cb524338c1257babb212420176e9e22f14a
treebf207b97cdc9acba4a983991337cdc0fc1b4811e
parent1417cff96ef8ae2108df7084f035b90d2eabbba3
usb: core: hub: use true,false for bool variable

Fix the following coccicheck warning:

drivers/usb/core/hub.c:95:12-28: WARNING: Assignment of 0/1 to bool
variable

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