10 Jan
2011
10 Jan
'11
8:06 p.m.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com --- sound/soc/soc-core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 96bf381..ec942a2 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1905,7 +1905,7 @@ static int soc_remove(struct platform_device *pdev) struct snd_soc_card *card = platform_get_drvdata(pdev); int i;
- if (card->instantiated) { + if (card->instantiated) {
/* make sure any delayed work runs */ for (i = 0; i < card->num_rtd; i++) {
--
1.7.2.3