From: Mark Brown Date: Thu, 20 Nov 2025 16:32:38 +0000 (+0000) Subject: firmware: cs_dsp: Cleanup debugfs for wmfw and bin X-Git-Tag: v6.19-rc1~156^2~3^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee6c075d28688b44adc9a4acad6977195ed6e22;p=thirdparty%2Fkernel%2Flinux.git firmware: cs_dsp: Cleanup debugfs for wmfw and bin Merge series from Richard Fitzgerald : 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. --- fee6c075d28688b44adc9a4acad6977195ed6e22