On Mon, Mar 08, 2021 at 11:07:13PM +0900, Akihiko Odaki wrote: > c821a58ee7 ("ui/console: Pass placeholder surface to display") > eliminated the possibility that NULL is passed as surface to > dpy_gfx_switch and removed some NULL checks from gd_switch, but the > removal was not thoroughly. Remaining NULL checks were confusing for > Coverity and probably also for humans. This change removes those NULL > checks. > > Reported-by: Coverity (CID 1448421) > Signed-off-by: Akihiko Odaki <akihiko.od...@gmail.com>
Added to UI queue. thanks, Gerd