> - mbox_ick_handle = clk_get(NULL, "mailboxes_ick"); > - if (IS_ERR(mbox_ick_handle)) { > - printk(KERN_ERR "Could not get mailboxes_ick: %ld\n", > - PTR_ERR(mbox_ick_handle)); > - return PTR_ERR(mbox_ick_handle); > - } > - clk_enable(mbox_ick_handle); > + pm_runtime_get_sync(&mbox_pdev->dev); Might be good to check the return value. Thank you, Best regards, Hari Kanigeri -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html