On 29 March 2018 at 11:40, Tomi Valkeinen tomi.valkeinen@ti.com wrote:
tiler_reserve_2d allocates memory but does not check if it got the memory. Add the check and return ENOMEM on failure.
Signed-off-by: Tomi Valkeinen tomi.valkeinen@ti.com
It's funny when the function call (kzalloc here) is just outside the context ;-)
Reviewed-by: Emil Velikov emil.velikov@collabora.com
-Emil