From: James Hogan Date: Fri, 5 Mar 2010 21:44:31 +0000 (-0800) Subject: rtc-coh901331: fix braces in resume code X-Git-Tag: v2.6.34-rc1~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a98c04d78c896d52baef20ffc11f6d1ba6eb786;p=pandora-kernel.git rtc-coh901331: fix braces in resume code The else part of the if statement is indented but does not have braces around it. It clearly should since it uses clk_enable and clk_disable which are supposed to balance. Signed-off-by: James Hogan Acked-by: Linus Walleij Acked-by: Alessandro Zummo Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed