]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/host/ehci-mx5.c
usb: ehci-mx5: Use 'bool' instead of 'unsigned char'
[karo-tx-uboot.git] / drivers / usb / host / ehci-mx5.c
index a397d2409fd91816dc85db01ad47ccb8fc5263e6..dd11f535adc5937c3fdd6ea2da52cbf53dd24455 100644 (file)
@@ -223,10 +223,10 @@ int ehci_hcd_init(int index, struct ehci_hccr **hccr, struct ehci_hcor **hcor)
        struct usb_ehci *ehci;
 
        set_usboh3_clk();
-       enable_usboh3_clk(1);
+       enable_usboh3_clk(true);
        set_usb_phy_clk();
-       enable_usb_phy1_clk(1);
-       enable_usb_phy2_clk(1);
+       enable_usb_phy1_clk(true);
+       enable_usb_phy2_clk(true);
        mdelay(1);
 
        /* Do board specific initialization */