ASoC: SOF: Disable pointless writes to debugfs file
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 4 Apr 2024 07:38:45 +0000 (10:38 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 4 Apr 2024 15:24:28 +0000 (16:24 +0100)
commit84ae7d9cfa5f6ec284efccedcb7baf7c075774d4
tree9780d205d089e33faa4bc53c04e8148895989e5c
parent98b1bb9ecf9a3fc3b4e5a4508b6c7b1d6a4d3674
ASoC: SOF: Disable pointless writes to debugfs file

The permissions on this debugfs file are 0444 so it can't be written to.
And writing to the file hasn't done anything since commit 6e9548cdb30e
("ASoC: SOF: Convert the generic IPC flood test into SOF client").
Delete the write function.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Acked-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://msgid.link/r/9d2477cf-25aa-4d12-818f-fdafc9aaa28a@moroto.mountain
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/debug.c