diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-04-14 10:19:50 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-04-14 10:19:50 +0300 |
commit | a4721ced760684d1776bf31f7925aa41bb3f4846 (patch) | |
tree | a76e23b60ecceed68b5fa4904f677fe20e304b6e /drivers/usb/cdns3/cdns3-ti.c | |
parent | 83a196773b8bc6702f49df1eddc848180e350340 (diff) | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) | |
download | linux-a4721ced760684d1776bf31f7925aa41bb3f4846.tar.xz |
Merge v5.7-rc1 into drm-misc-fixes
Start the new drm-misc-fixes cycle.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
-rw-r--r-- | drivers/usb/cdns3/cdns3-ti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/cdns3/cdns3-ti.c b/drivers/usb/cdns3/cdns3-ti.c index c6a79ca15858..5685ba11480b 100644 --- a/drivers/usb/cdns3/cdns3-ti.c +++ b/drivers/usb/cdns3/cdns3-ti.c @@ -52,8 +52,8 @@ enum modestrap_mode { USBSS_MODESTRAP_MODE_NONE, struct cdns_ti { struct device *dev; void __iomem *usbss; - int usb2_only:1; - int vbus_divider:1; + unsigned usb2_only:1; + unsigned vbus_divider:1; struct clk *usb2_refclk; struct clk *lpm_clk; }; |