commit | 1fb97413a3f754f28e24a136a49107e81e12f3fd | [log] [tgz] |
---|---|---|
author | Gurchetan Singh <gurchetansingh@chromium.org> | Wed Sep 02 14:08:26 2020 -0700 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Sep 09 08:54:20 2020 +0200 |
tree | a167e6f638e21d8ac88dbf12a641d40d1bc9adf7 | |
parent | e219688fc5c3d0d9136f8d29d7e0498388f01440 [diff] |
drm/virtio: fix uninitialized variable smatch reported this with the blob series: drivers/gpu/drm/virtio/virtgpu_kms.c:227 virtio_gpu_init() error: uninitialized symbol 'ret'. Signed-off-by: Gurchetan Singh <gurchetansingh@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/20200902210847.2689-3-gurchetansingh@chromium.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>