]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-omap2/devices.c
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into next/fixes-non...
[~andy/linux] / arch / arm / mach-omap2 / devices.c
index 8f268b4f443fe4f86de0d8e456ad37cb3caca908..daa0ff65f59941e24eadc5908e543a79f8d97f55 100644 (file)
@@ -417,10 +417,8 @@ static void __init omap_init_hdmi_audio(void)
        struct platform_device *pdev;
 
        oh = omap_hwmod_lookup("dss_hdmi");
-       if (!oh) {
-               printk(KERN_ERR "Could not look up dss_hdmi hw_mod\n");
+       if (!oh)
                return;
-       }
 
        pdev = omap_device_build("omap-hdmi-audio-dai", -1, oh, NULL, 0);
        WARN(IS_ERR(pdev),