5 Dec
2008
5 Dec
'08
11:41 a.m.
if (!machine_is_omap3_pandora()) {
pr_debug(PREFIX "Not OMAP3 Pandora\n");
return -ENODEV;
}
pr_info("OMAP3 Pandora SoC init\n");
Minor muttering, but I don't see very much use for these debug prints.
Well, every other OMAP3 board file has this. Do I need to resend?
Not necessary but if doing another modifications.
Jarkko