From: Tomi Valkeinen Date: Sat, 30 Apr 2011 12:26:40 +0000 (+0300) Subject: OMAP: DSS2: OMAPFB: Reduce stack usage X-Git-Tag: v3.0-rc1~166^2~20^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897044e99e437e908eef566d910692830546c2d9;p=pandora-kernel.git OMAP: DSS2: OMAPFB: Reduce stack usage omapfb_mode_to_timings() had struct fb_info, struct fb_var and struct fb_ops allocated from stack. This caused the stack usage grow quite high. Use kzalloc to allocate the structs instead. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed