]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
usb: dwc3: use true,false for dwc->otg_restart_host
authorJason Yan <yanaijie@huawei.com>
Sun, 26 Apr 2020 09:41:56 +0000 (17:41 +0800)
committerFelipe Balbi <balbi@kernel.org>
Mon, 25 May 2020 08:09:39 +0000 (11:09 +0300)
commitc685114f63b1e5eae598855ada597321c3e80547
treed61b85253aeb63ea6be2d6e940ea6f5a19a941e5
parentded0d399754dbcae7ca0153ba87c68e66021f36a
usb: dwc3: use true,false for dwc->otg_restart_host

Fix the following coccicheck warning:

drivers/usb/dwc3/drd.c:85:3-24: WARNING: Assignment of 0/1 to bool
variable
drivers/usb/dwc3/drd.c:59:2-23: WARNING: Assignment of 0/1 to bool
variable

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc3/drd.c