[PATCH 04/23] drm: omapdrm: fb: Simplify objects lookup when creating framebuffer

2016-05-09 Thread Tomi Valkeinen
On 26/04/16 23:35, Laurent Pinchart wrote: > Merge the single-user objects_lookup inline function into its caller, > allowing reuse of the error code path. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/omap_drv.h | 25 - > drivers/gpu/drm/omapdrm/o

[PATCH 04/23] drm: omapdrm: fb: Simplify objects lookup when creating framebuffer

2016-04-26 Thread Laurent Pinchart
Merge the single-user objects_lookup inline function into its caller, allowing reuse of the error code path. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.h | 25 - drivers/gpu/drm/omapdrm/omap_fb.c | 30 +++--- 2 files chan