]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: fsl: fsl_ssi: Replace deprecated strcpy() with strscpy()
authorHariKrishna Sagala <hariconscious@gmail.com>
Mon, 17 Nov 2025 12:48:48 +0000 (18:18 +0530)
committerMark Brown <broonie@kernel.org>
Sun, 14 Dec 2025 10:37:28 +0000 (19:37 +0900)
commit774d075a80c652a0f35a5dd6f9e35cac5b7f6bdd
tree887b088f915a10cb0351bffccc2838611164f278
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
ASoC: fsl: fsl_ssi: Replace deprecated strcpy() with strscpy()

strcpy() is deprecated,use strscpy() instead.
No functional changes intended.
Link: https://github.com/KSPP/linux/issues/88
Signed-off-by: HariKrishna Sagala <hariconscious@gmail.com>
Link: https://patch.msgid.link/29c40b5a-3e4d-e89d-ca22-a1059cca3480@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_ssi.c