]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/fb-helper: generic: Don't take module ref for fbcon
authorNoralf Trønnes <noralf@tronnes.org>
Sun, 10 Feb 2019 13:10:39 +0000 (14:10 +0100)
committerNoralf Trønnes <noralf@tronnes.org>
Thu, 21 Feb 2019 11:24:28 +0000 (12:24 +0100)
commit6ab20a05f4c7ed45632e24d5397d6284e192567d
treea57ec11aa3ea964f31003a99e3a8bb139dcc30c1
parenteb73e1d5ddd85251c7788e490611371cee9e1c71
drm/fb-helper: generic: Don't take module ref for fbcon

It's now safe to let fbcon unbind automatically on fbdev unregister.
The crash problem was fixed in commit 2122b40580dd
("fbdev: fbcon: Fix unregister crash when more than one framebuffer")

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190210131039.52664-13-noralf@tronnes.org
drivers/gpu/drm/drm_fb_helper.c