]> git.baikalelectronics.ru Git - kernel.git/commit
msm_sdcc.c: missing brackets in msmsdcc_resume()
authorRoel Kluin <roel.kluin@gmail.com>
Sun, 17 Jan 2010 19:25:36 +0000 (20:25 +0100)
committerDaniel Walker <dwalker@codeaurora.org>
Wed, 20 Jan 2010 20:29:56 +0000 (12:29 -0800)
commit70843ee1a94318b25470b8768efd81253777863a
treeb996e6c1f34718f0581a61f6bbbc08c925bff818
parent1bed234ad63b32b7153b32f25670f986d996fe15
msm_sdcc.c: missing brackets in msmsdcc_resume()

Since the curly brackets were missing the test and enable_irq(),
if true, occurred twice.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
drivers/mmc/host/msm_sdcc.c