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>

No differences found