Re: [PATCH 17/21] fbcon: Move more code into fbcon_release
From: Sam Ravnborg <hidden>
Date: 2022-02-05 23:12:00
Also in:
dri-devel, intel-gfx, lkml
From: Sam Ravnborg <hidden>
Date: 2022-02-05 23:12:00
Also in:
dri-devel, intel-gfx, lkml
On Mon, Jan 31, 2022 at 10:05:48PM +0100, Daniel Vetter wrote:
con2fb_release_oldinfo() has a bunch more kfree() calls than fbcon_exit(), but since kfree() on NULL is harmless doing that in both places should be ok. This is also a bit more symmetric now again with fbcon_open also allocating the fbcon_ops structure. Signed-off-by: Daniel Vetter <redacted> Cc: Daniel Vetter <redacted> Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Du Cheng <redacted> Cc: Claudio Suarez <redacted>
Thanks, like I wrote earlier this makes sense. Acked-by: Sam Ravnborg <redacted>