]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fbdev: fsl-diu-fb: add missing device_remove_file()
authorShixiong Ou <oushixiong@kylinos.cn>
Mon, 10 Mar 2025 01:54:31 +0000 (09:54 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Jun 2025 12:37:54 +0000 (14:37 +0200)
commit5caaec485f37661d8d1cbcab5e4f1c531275ce1f
treef09ca6f550de623a830c6bc83d924f8a552e457e
parent84a2fccac8c82c879085396fdc0996d0f3d67adc
fbdev: fsl-diu-fb: add missing device_remove_file()

[ Upstream commit 86d16cd12efa547ed43d16ba7a782c1251c80ea8 ]

Call device_remove_file() when driver remove.

Signed-off-by: Shixiong Ou <oushixiong@kylinos.cn>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/video/fbdev/fsl-diu-fb.c