usb: ehci: ohci: fix bool assignments
authorGeyslan G. Bem <geyslan@gmail.com>
Wed, 2 Dec 2015 23:25:23 +0000 (20:25 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Dec 2015 16:29:54 +0000 (08:29 -0800)
commit900937c0375efcbb2c9fb2eef50ccb5c98fc99ea
treecbe375f462c21335cbdf9134e02acaa23638f821
parent1eaf35e4dd592c59041bc1ed3248c46326da1f5f
usb: ehci: ohci: fix bool assignments

When assigning bool use true instead of 1. If declaring it as static and
it's false there's no need to initialize it, since static variables are
zeroed by default.

Caught by coccinelle.

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ohci-hcd.c
drivers/usb/host/u132-hcd.c