[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)
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>

No differences found