phy-sun4i-usb: Use bool where appropriate
authorHans de Goede <hdegoede@redhat.com>
Wed, 7 Sep 2016 20:20:37 +0000 (22:20 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Sat, 10 Sep 2016 11:45:19 +0000 (17:15 +0530)
commit9745ceebc4e1e593ddba1b1a104a4a99f2b9a556
tree34a5eb4f315a4f9d7cb9850cc1716693a9a21469
parent2a4d59625bf0f0ae57d6fecf5970ca03613f5db8
phy-sun4i-usb: Use bool where appropriate

We're using bool as true/false type in most places in phy-sun4i-usb.c
for consistency fixup the remaining uses of ints which are ever only
0 or 1 to be bools too.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-sun4i-usb.c