drm/vmwgfx: check kmalloc return value
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 15 Dec 2015 11:20:55 +0000 (12:20 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 15 Dec 2015 12:37:57 +0000 (13:37 +0100)
commit47ba614bb0e2b4633056547cd7507640db4ad0dd
treec319d3a86f8bd945f3dfae21dbd22a8c3565a961
parent9e266128fc32de4d1048b8f01c457c105d7a2590
drm/vmwgfx: check kmalloc return value

srf->sizes has been allocated and checked a few lines above; fix up
the copy-pasto so that we check srf->offsets.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1450178476-26284-8-git-send-email-boris.brezillon@free-electrons.com
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c