]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: dwc2: host: use true/false for boolean
authorNicholas Mc Guire <hofrat@osadl.org>
Thu, 12 Jan 2017 15:55:02 +0000 (16:55 +0100)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 24 Jan 2017 09:04:10 +0000 (11:04 +0200)
commitfdb09b3e0c1db50aa72755cb001dd13fd7e27111
tree478997183bf5a7c4810f2a90929f19f173bdb806
parent04a9db799253e0993ebb46b4096f7514c62193f7
usb: dwc2: host: use true/false for boolean

For boolean variables true/false is preferred over 1/0 for readability.

Acked-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc2/hcd.c