From: Tomi Valkeinen Date: Mon, 10 Dec 2012 11:52:55 +0000 (+0200) Subject: OMAPDSS: fix dss_get_ctx_loss_count for DT X-Git-Tag: v3.11-rc1~66^2~3^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=679852dbee81c81c1165fe08b6cefd28252b463c;p=pandora-kernel.git OMAPDSS: fix dss_get_ctx_loss_count for DT When using DT, dss device does not have platform data. However, dss_get_ctx_loss_count() uses dss device's platform data to find the get_ctx_loss_count function pointer. To fix this, dss_get_ctx_loss_count() needs to be changed to get the platform data from the omapdss device, which is a "virtual" device and always has platform data. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed