From: Thierry Reding Date: Mon, 21 Jul 2014 13:51:17 +0000 (+0200) Subject: drm/panel: s6e8aa0: Use static inline for upcasting X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d90ce5c1002928d3bbc1f6014b04bf36c94d803;p=pandora-kernel.git drm/panel: s6e8aa0: Use static inline for upcasting Use a static inline function for upcasting a struct drm_panel to the driver-specific structure. The advantage over using a macro is that it gives us additional type checking. Acked-by: Andrzej Hajda Signed-off-by: Thierry Reding --- Reading git-diff-tree failed