]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc-coh901331: fix braces in resume code
authorJames Hogan <james@albanarts.com>
Fri, 5 Mar 2010 21:44:31 +0000 (13:44 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Mar 2010 16:07:05 +0000 (09:07 -0700)
commit1f2ba616b4a048ce7c4151fad1dbb92a8c93ac38
treee390ba5fe116033a7658fd74d4d628202069ace1
parentc54f376268f49f0fceebe06c7079b75da3ed0e74
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