On Thu, May 07, 2009 at 09:38:47PM +0530, Anuj Aggarwal wrote:
> + if (!machine_is_omap3evm()) {
> + pr_debug("Not OMAP3 EVM!\n");
> + return -ENODEV;
> + }
Since you've said you'll be resubmitting perhaps this should be an error
rather than debug message?