]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: sof: Fix warning when IPC flood test is not enabled
authorMark Brown <broonie@kernel.org>
Thu, 8 Aug 2019 22:15:54 +0000 (23:15 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 8 Aug 2019 22:15:54 +0000 (23:15 +0100)
commitc29baf9d08452403669ef0387e72860ca78671f1
tree454aa82b0ea1a02a916e4ed8955a21efd0367f87
parent4ae878899e53fe4e5a1b29d3ca44fd21485f20d1
ASoC: sof: Fix warning when IPC flood test is not enabled

dentry is only used when the flood test is done so move the declaration
of the variable inside the ifdef for the flood test.

Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/debug.c