rtc-coh901331: fix braces in resume code
commitb8e5ba11fc04af9ec6fe2f9e94026a77f52a0328
authorJames Hogan <james@albanarts.com>
Fri, 5 Mar 2010 21:44:31 +0000 (5 13:44 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Mar 2010 15:50:14 +0000 (15 08:50 -0700)
treef2251bba82920478daed766cde0eafdbf8a2cf1e
parent31ec453d5d81138cf50ad1c9ac523e9aec3c3896
rtc-coh901331: fix braces in resume code

commit 5a98c04d78c896d52baef20ffc11f6d1ba6eb786 upstream.

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 <james@albanarts.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/rtc/rtc-coh901331.c