android_kernel_google_msm/sound/soc
Julia Lawall a2dc56c8a0 ASoC: add missing clk_put to nuc900-ac97
This goto is after the call to clk_get, so it should go to the label that
includes a call to clk_put.

A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@r exists@
expression e1,e2;
statement S;
@@

e1 = clk_get@p1(...);
... when != e1 = e2
    when != clk_put(e1)
    when any
if (...) { ... when != clk_put(e1)
               when != if (...) { ... clk_put(e1) ... }
* return@p3 ...;
 } else S
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-06-01 19:20:22 +01:00
..
atmel Merge branch 'for-2.6.40' into for-2.6.41 2011-05-30 10:54:18 +08:00
au1x
blackfin
codecs ASoC: Support edge triggered IRQs for WM8915 2011-06-01 19:19:19 +01:00
davinci Merge branch 'for-2.6.40' into for-2.6.41 2011-05-30 10:54:18 +08:00
ep93xx
fsl
imx ASoC: Merge branch 'for-2.6.39' into for-2.6.40 2011-04-18 18:07:43 +01:00
jz4740 Merge branch 'for-2.6.39' into for-2.6.40 2011-05-03 19:07:45 +01:00
kirkwood
mid-x86 Merge branch 'for-2.6.39' into for-2.6.40 2011-05-03 23:30:36 +01:00
nuc900 ASoC: add missing clk_put to nuc900-ac97 2011-06-01 19:20:22 +01:00
omap ASoC: omap-mcbsp: Remove restrictive checks for cpu type 2011-05-13 12:00:15 +01:00
pxa ASoC: fix raumfeld platform 2011-05-24 23:25:00 +08:00
s6000
samsung ASoC: Don't specify the DMA driver for Goni baseband link 2011-04-28 12:11:06 +01:00
sh ASoC: sh: fsi: add fsi_hw_startup/shutdown 2011-05-24 18:42:07 +08:00
tegra Merge branch 'for-2.6.40' into for-2.6.41 2011-05-30 10:54:18 +08:00
txx9
Kconfig
Makefile
soc-cache.c Merge branch 'for-2.6.40' into for-2.6.41 2011-05-30 10:54:18 +08:00
soc-core.c Merge branch 'for-2.6.40' into for-2.6.41 2011-05-30 10:54:18 +08:00
soc-dapm.c ASoC: Fix dapm_is_shared_kcontrol so everything isn't shared 2011-05-27 21:49:36 +08:00
soc-jack.c ASoC: Merge branch 'for-2.6.39' into for-2.6.40 2011-04-18 18:07:43 +01:00
soc-utils.c ASoC: Work around allmodconfig failure 2011-04-28 12:09:06 +01:00