From: Daniel Vetter Date: Tue, 30 Sep 2014 08:56:41 +0000 (+0200) Subject: drm/i915: Call runtime_pm_disable directly X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~79^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41373cd53fdeb658fadd8cd0313591ce49e4342f;p=pandora-kernel.git drm/i915: Call runtime_pm_disable directly Allows us to mark it static and so forgoe the kerneldoc for it. Note that intel_power_domains_fini is also called from failure paths in the driver load sequence. But the call to runtime_pm_disable for that is harmless since by default runtime pm is already disabled. v2: Augment the commit message as discussed with Imre on irc. Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed