Re: [PATCH 1/1] dri: vc4: set error code on failure

2016-12-09 Thread Eric Anholt
Pan Bian writes: > Function vc4_cl_lookup_bos() does not set the error code when > drm_malloc_ab() returns a NULL pointer, and will return 0 (indicates > success). This patch fixes the bug, assigning "-ENOMEM" to the return > variable ret on the path that memory allocation fails. > > Bugzilla: ht

[PATCH 1/1] dri: vc4: set error code on failure

2016-12-03 Thread Pan Bian
Function vc4_cl_lookup_bos() does not set the error code when drm_malloc_ab() returns a NULL pointer, and will return 0 (indicates success). This patch fixes the bug, assigning "-ENOMEM" to the return variable ret on the path that memory allocation fails. Bugzilla: https://bugzilla.kernel.org/show