|
@@ -374,10 +374,8 @@ static void __init omap_init_mcpdm(void)
|
|
|
struct platform_device *pdev;
|
|
|
|
|
|
oh = omap_hwmod_lookup("mcpdm");
|
|
|
- if (!oh) {
|
|
|
- printk(KERN_ERR "Could not look up mcpdm hw_mod\n");
|
|
|
+ if (!oh)
|
|
|
return;
|
|
|
- }
|
|
|
|
|
|
pdev = omap_device_build("omap-mcpdm", -1, oh, NULL, 0);
|
|
|
WARN(IS_ERR(pdev), "Can't build omap_device for omap-mcpdm.\n");
|