[ARM] omap: ensure that failing power domain lookups produce errors
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 22 Feb 2009 21:00:55 +0000 (21:00 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 23 Feb 2009 14:55:34 +0000 (14:55 +0000)
commit7aec53acc0504ab2abd73a6051e7b72f48545ceb
tree774135b6260fe17e6140a56167dba6d9e81a745e
parent7eb1afc9765d07c9036b1ad9e7c03e5bd1a58a2b
[ARM] omap: ensure that failing power domain lookups produce errors

Use pr_err() for errors rather than pr_debug().  pr_debug() are
compiled away unless -DDEBUG is used.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap2/clockdomain.c