diff options
author | James Hogan <james@albanarts.com> | 2010-03-06 00:44:31 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-06 22:26:48 +0300 |
commit | 5a98c04d78c896d52baef20ffc11f6d1ba6eb786 (patch) | |
tree | e4ce58fdd2b0b3bbd6c4a6c5a8c40209db00d83d /drivers/gpio/Makefile | |
parent | 9407351d7cce01a9ada942f00201e92e2541d9cb (diff) | |
download | linux-5a98c04d78c896d52baef20ffc11f6d1ba6eb786.tar.xz |
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 <james@albanarts.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/gpio/Makefile')
0 files changed, 0 insertions, 0 deletions