]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk.c
ui/gtk: Remove NULL checks in gd_switch
authorAkihiko Odaki <akihiko.odaki@gmail.com>
Mon, 8 Mar 2021 14:07:13 +0000 (23:07 +0900)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 11 Mar 2021 09:06:44 +0000 (10:06 +0100)
commite251b5876383cac918b2cd03be034a5d24310b87
treedade13cdb065af68d7be1863b217e75254a8b72e
parent821e7ed167f11f482d2d1a8eaf114a667295a581
ui/gtk: Remove NULL checks in gd_switch

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.odaki@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210308140713.17901-1-akihiko.odaki@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c