On 31/07/15 13:51, Archit Taneja wrote:
Use the newly created wrapper drm_fb_helper functions instead of calling core fbdev functions directly. They also simplify the fb_info creation.
v3:
- Update error handling for new drm_fb_helper funcs. Check using IS_ERR() instead of checking for NULL.
Reported-by: Dan Carpenter dan.carpenter@oracle.com
v2:
- No changes
Cc: Tomi Valkeinen tomi.valkeinen@ti.com Cc: Laurent Pinchart laurent.pinchart@ideasonboard.com
Signed-off-by: Archit Taneja architt@codeaurora.org
drivers/gpu/drm/omapdrm/omap_fbdev.c | 38 ++++++++++++------------------------ 1 file changed, 13 insertions(+), 25 deletions(-)
Acked-by: Tomi Valkeinen tomi.valkeinen@ti.com
Tomi