public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/i915: Make intel_disable_shared_dpll() static
@ 2014-08-09 22:00 Damien Lespiau
  2014-08-09 22:00 ` [PATCH 2/3] drm/i915: Remove an unreachable 'return' Damien Lespiau
  2014-08-09 22:00 ` [PATCH 3/3] drm/i915: Remove set but unused 'gt_perf_status' Damien Lespiau
  0 siblings, 2 replies; 4+ messages in thread
From: Damien Lespiau @ 2014-08-09 22:00 UTC (permalink / raw)
  To: intel-gfx

Found with sparse.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 drivers/gpu/drm/i915/intel_display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index a460bd3..4b89447 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -1764,7 +1764,7 @@ static void intel_enable_shared_dpll(struct intel_crtc *crtc)
 	pll->on = true;
 }
 
-void intel_disable_shared_dpll(struct intel_crtc *crtc)
+static void intel_disable_shared_dpll(struct intel_crtc *crtc)
 {
 	struct drm_device *dev = crtc->base.dev;
 	struct drm_i915_private *dev_priv = dev->dev_private;
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-11  9:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-09 22:00 [PATCH 1/3] drm/i915: Make intel_disable_shared_dpll() static Damien Lespiau
2014-08-09 22:00 ` [PATCH 2/3] drm/i915: Remove an unreachable 'return' Damien Lespiau
2014-08-11  9:47   ` Ville Syrjälä
2014-08-09 22:00 ` [PATCH 3/3] drm/i915: Remove set but unused 'gt_perf_status' Damien Lespiau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox