summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gem_shmem_helper.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-03-04 12:49:28 +0300
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2021-03-11 13:11:33 +0300
commit738acd49eb018feb873e0fac8f9517493f6ce2c7 (patch)
treeb4f35931f034561141130a9058b432efc4380e86 /drivers/gpu/drm/drm_gem_shmem_helper.c
parentca63d76fd2319db984f2875992643f900caf2c72 (diff)
downloadlinux-738acd49eb018feb873e0fac8f9517493f6ce2c7.tar.xz
qxl: Fix uninitialised struct field head.surface_id
The surface_id struct field in head is not being initialized and static analysis warns that this is being passed through to dev->monitors_config->heads[i] on an assignment. Clear up this warning by initializing it to zero. Addresses-Coverity: ("Uninitialized scalar variable") Fixes: a6d3c4d79822 ("qxl: hook monitors_config updates into crtc, not encoder.") Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: http://patchwork.freedesktop.org/patch/msgid/20210304094928.2280722-1-colin.king@canonical.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/drm_gem_shmem_helper.c')
0 files changed, 0 insertions, 0 deletions