diff options
author | Mark Brown <broonie@kernel.org> | 2017-08-10 16:56:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-10 16:56:43 +0100 |
commit | 9b56741710c18fe97254d6b0d1ca0ebd7bc699c4 (patch) | |
tree | 6ee59344f758963749a932559284693ab288ed51 /sound/soc/soc-pcm.c | |
parent | 42d9653e85b386111e729317b9492bfdac1cafbc (diff) | |
parent | f1e3f409d61372b742697d0b5e5cd17d09de37db (diff) | |
download | linux-9b56741710c18fe97254d6b0d1ca0ebd7bc699c4.tar.bz2 |
Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-core
Diffstat (limited to 'sound/soc/soc-pcm.c')
-rw-r--r-- | sound/soc/soc-pcm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c index aa4c02de9c61..4b65aa91f64b 100644 --- a/sound/soc/soc-pcm.c +++ b/sound/soc/soc-pcm.c @@ -3010,8 +3010,7 @@ void soc_dpcm_debugfs_add(struct snd_soc_pcm_runtime *rtd) return; } - rtd->debugfs_dpcm_state = debugfs_create_file("state", 0444, - rtd->debugfs_dpcm_root, - rtd, &dpcm_state_fops); + debugfs_create_file("state", 0444, rtd->debugfs_dpcm_root, + rtd, &dpcm_state_fops); } #endif |