On Wednesday 22 October 2008, Felipe Contreras wrote: > + > + printk(KERN_INFO "OMAP3 Beagle SoC init\n"); > + if (!machine_is_omap3_beagle()) { > + printk(KERN_ERR "Not OMAP3 Beagle!\n"); > + return -ENODEV; > + } > + Note that the version I (re)posted fixed the bogus messaging on non-Beagle boards. Move that KERN_INFO after the "if ...)". And for that matter, the KERN_ERR isn't really an error; it's quite legit to have a kernel support e.g. both Overo and Beagle. -- 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