From: Timur Tabi Date: Mon, 19 Dec 2011 22:26:14 +0000 (-0600) Subject: drivers/video: fsl-diu-fb: merge init_fbinfo() into install_fb() X-Git-Tag: v3.3-rc1~59^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f934fbd6ba5af5d9328e642794be2842e538d1c6;p=pandora-kernel.git drivers/video: fsl-diu-fb: merge init_fbinfo() into install_fb() Function init_fbinfo() is called only from install_fb(), and it's only a few lines long. Plus, it ignores the return code from fb_alloc_cmap(). Merge its contents into install_fb() and handle errors properly. Signed-off-by: Timur Tabi Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed