From: Tomi Valkeinen Date: Thu, 16 May 2013 12:29:06 +0000 (+0300) Subject: videomode: don't allocate mem in of_get_display_timing() X-Git-Tag: v3.11-rc1~66^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcf7e6e5bd84b561eca4f7977c2a547f724f5942;p=pandora-kernel.git videomode: don't allocate mem in of_get_display_timing() Move the allocation of display_timing memory from of_get_display_timing() to of_get_display_timings(). This allows us to use of_get_display_timing() in a way that doesn't require dynamic memory allocation. Signed-off-by: Tomi Valkeinen Cc: Steffen Trumtrar Cc: Laurent Pinchart Cc: Philipp Zabel --- Reading git-diff-tree failed