From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] drm/i915: Remove shadowed local variable 'i' from i915_interrupt_info Date: Wed, 3 Sep 2014 15:12:32 +0200 Message-ID: <20140903131232.GP15520@phenom.ffwll.local> References: <1409741976-27236-1-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173]) by gabe.freedesktop.org (Postfix) with ESMTP id B96326E56C for ; Wed, 3 Sep 2014 06:12:10 -0700 (PDT) Received: by mail-we0-f173.google.com with SMTP id t60so8549166wes.4 for ; Wed, 03 Sep 2014 06:12:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1409741976-27236-1-git-send-email-chris@chris-wilson.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Chris Wilson Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Wed, Sep 03, 2014 at 11:59:36AM +0100, Chris Wilson wrote: > Just a stray local variable, begone. > > Signed-off-by: Chris Wilson Queued for -next, thanks for the patch. -Daniel > --- > drivers/gpu/drm/i915/i915_debugfs.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c > index 86554dcd520f..f3e40fd9c8a9 100644 > --- a/drivers/gpu/drm/i915/i915_debugfs.c > +++ b/drivers/gpu/drm/i915/i915_debugfs.c > @@ -739,7 +739,6 @@ static int i915_interrupt_info(struct seq_file *m, void *data) > intel_runtime_pm_get(dev_priv); > > if (IS_CHERRYVIEW(dev)) { > - int i; > seq_printf(m, "Master Interrupt Control:\t%08x\n", > I915_READ(GEN8_MASTER_IRQ)); > > -- > 2.1.0 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch