From: Benoit Cousson Date: Fri, 1 Jul 2011 20:54:07 +0000 (+0200) Subject: OMAP: hwmod: Move pr_debug to improve the readability X-Git-Tag: v3.1-rc1~248^2~1^4^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34617e2a4d331fdd8172077d8c70a0421fc136e6;p=pandora-kernel.git OMAP: hwmod: Move pr_debug to improve the readability Move the pr_debug at the top of the function to trace the entry even if the first test is failing. That help understanding that we entered the function but failed in it. Move the _enable last part out of the test to reduce indentation and improve readability. Signed-off-by: Benoit Cousson Cc: Paul Walmsley Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed