]> git.itanic.dy.fi Git - linux-stable/commit
fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()
authorJorge Maidana <jorgem.linux@gmail.com>
Fri, 6 Oct 2023 20:43:47 +0000 (17:43 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Nov 2023 16:26:47 +0000 (17:26 +0100)
commitd48b2e8189d55dae9adc359da15ef82dff0e8651
tree28bae5a271f11c33ba99a9ac32d5ea9304f6daed
parente39440c3268b11c6a496ff9f59758efde72e0769
fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()

[ Upstream commit 1022e7e2f40574c74ed32c3811b03d26b0b81daf ]

Delete the v86d netlink only after all the VBE tasks have been
completed.

Fixes initial state restore on module unload:
uvesafb: VBE state restore call failed (eax=0x4f04, err=-19)

Signed-off-by: Jorge Maidana <jorgem.linux@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/video/fbdev/uvesafb.c