* Nishanth Menon <nm@xxxxxx> [100623 05:15]: > @@ -354,11 +354,11 @@ static void __init omap3_cpuinfo(void) > /* Print verbose information */ > pr_info("%s ES%s (", cpu_name, cpu_rev); > > - OMAP_SHOW_FEATURE(3, l2cache); > - OMAP_SHOW_FEATURE(3, iva); > - OMAP_SHOW_FEATURE(3, sgx); > - OMAP_SHOW_FEATURE(3, neon); > - OMAP_SHOW_FEATURE(3, isp); > + OMAP_SHOW_FEATURE(, l2cache); > + OMAP_SHOW_FEATURE(, iva); > + OMAP_SHOW_FEATURE(, sgx); > + OMAP_SHOW_FEATURE(, neon); > + OMAP_SHOW_FEATURE(, isp); > OMAP_SHOW_FEATURE(3, 192mhz_clk); Then you can simplify OMAP_SHOW_FEATURE too as the "3, " should not be needed? Tony -- 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