]> 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)
commit761e9913d7bf1f8703e205f6163a79e15ebc84ae
tree454aa82b0ea1a02a916e4ed8955a21efd0367f87
parent4b6b5ca5452df41d8d02d03b54ab8e130403fdf2
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