commit | 9745ceebc4e1e593ddba1b1a104a4a99f2b9a556 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Sep 07 22:20:37 2016 +0200 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Sat Sep 10 17:15:19 2016 +0530 |
tree | 34a5eb4f315a4f9d7cb9850cc1716693a9a21469 | |
parent | 2a4d59625bf0f0ae57d6fecf5970ca03613f5db8 [diff] |
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>