]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: cs_dsp: Cleanup debugfs for wmfw and bin
authorMark Brown <broonie@kernel.org>
Thu, 20 Nov 2025 16:32:38 +0000 (16:32 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 20 Nov 2025 16:32:38 +0000 (16:32 +0000)
Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:

These two patches improve the implementation of the debugfs files for
the wmfw and bin file names. First patch removes duplicated code. Second
patch replaces the old clunkiness of storing the filename with an appended
\n. The \n can be appended when the file is read, to keep the stored string
sane.


Trivial merge