From: Archit Taneja Date: Fri, 31 Jul 2015 10:51:48 +0000 (+0530) Subject: drm/omap: Use new drm_fb_helper functions X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~32^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231e6faf027ae5e86539bb5a3cdb2b22a96dae8c;p=pandora-kernel.git drm/omap: Use new drm_fb_helper functions 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 v2: - No changes Cc: Tomi Valkeinen Cc: Laurent Pinchart Signed-off-by: Archit Taneja Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed