diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-27 16:16:52 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-27 16:16:52 +0100 |
commit | 8c9daae2cfe3b17f946ff998a692bddc9cd3e3b6 (patch) | |
tree | a8fbc31b406a5883d7777b1932c010828ab56ead /sound/soc/soc-core.c | |
parent | ASoC: Add subsequence information to seq_notify callbacks (diff) | |
parent | ASoC: Fix module refcount for auxiliary devices (diff) | |
download | linux-8c9daae2cfe3b17f946ff998a692bddc9cd3e3b6.tar.xz linux-8c9daae2cfe3b17f946ff998a692bddc9cd3e3b6.zip |
Merge branch 'for-2.6.38' into for-2.6.39
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 8af47f7a8fcb..e9f81c551e5e 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1670,9 +1670,6 @@ static int soc_probe_aux_dev(struct snd_soc_card *card, int num) goto out; found: - if (!try_module_get(codec->dev->driver->owner)) - return -ENODEV; - ret = soc_probe_codec(card, codec); if (ret < 0) return ret; |