]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap1/clock.c
[ARM] omap: DSP registers don't need to be casted
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap1 / clock.c
index 5965cf09f8c4ab57b875fec102752c1779cad1b1..51a9be6763fc612dfa98564e98733c4473c4e5b5 100644 (file)
@@ -625,7 +625,7 @@ static void __init omap1_clk_disable_unused(struct clk *clk)
 
        /* Clocks in the DSP domain need api_ck. Just assume bootloader
         * has not enabled any DSP clocks */
-       if ((u32)clk->enable_reg == DSP_IDLECT2) {
+       if (clk->enable_reg == DSP_IDLECT2) {
                printk(KERN_INFO "Skipping reset check for DSP domain "
                       "clock \"%s\"\n", clk->name);
                return;