]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: tegra: Remove redundant initialisation of compat_filter_fn
authorMark Brown <broonie@linaro.org>
Sat, 19 Oct 2013 13:17:03 +0000 (14:17 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 23 Oct 2013 11:57:17 +0000 (12:57 +0100)
Setting a field in a static struct to NULL has no effect so don't bother
(and don't generate false positives for grep).

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
sound/soc/tegra/tegra_pcm.c

index f056f632557c1c7dc148ca7ce98338e4a03e381e..7b2d23ba69b3bf397ba3fb963feb2d3d2b5948af 100644 (file)
@@ -56,7 +56,6 @@ static const struct snd_pcm_hardware tegra_pcm_hardware = {
 static const struct snd_dmaengine_pcm_config tegra_dmaengine_pcm_config = {
        .pcm_hardware = &tegra_pcm_hardware,
        .prepare_slave_config = snd_dmaengine_pcm_prepare_slave_config,
-       .compat_filter_fn = NULL,
        .prealloc_buffer_size = PAGE_SIZE * 8,
 };