From patchwork Tue Jun 19 21:40:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9454 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 28FD223E4F for ; Tue, 19 Jun 2012 21:41:34 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id EC4B2A18A61 for ; Tue, 19 Jun 2012 21:41:33 +0000 (UTC) Received: by yhpp61 with SMTP id p61so5717827yhp.11 for ; Tue, 19 Jun 2012 14:41:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:mime-version:content-type :x-gm-message-state; bh=aT4OWA7QEOXZxNgE7KryexGMG19lAN8Nd19E2iAUB0E=; b=jWuTkOXkx877EQeM6SRAFzvPUeuBK16RVWN6YCYnFdgbxXJFlr46XVFxn6DFso7YVe TnHsovj4TccswjX9pMvQAvNgWPnQJXgCd2XToTs/7ekRrzCAC/Z++dsHVfQU/qwX9L5C 6HfiCoV/T8ZIWkE95L9CfNPTsCvNTr+txEA7E6S+KnFhM38OKM3sA5BRoANxaqeXAx3S s2K3RbUfDwiPeq1yKYmac4aNT/YRIkL9AEnWLCPNqx6vFjBiM04a1o+kVNuYZZAkGpYM W/ApMhh0WBKf5qBOXDGCgean7rzsxAYqQzny5RXViWa8i79tJJG8NRhwYok082kZeAJU 5Dyw== Received: by 10.50.160.198 with SMTP id xm6mr2752814igb.0.1340142093278; Tue, 19 Jun 2012 14:41:33 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp147066ibb; Tue, 19 Jun 2012 14:41:32 -0700 (PDT) Received: by 10.14.28.198 with SMTP id g46mr4250861eea.20.1340142092044; Tue, 19 Jun 2012 14:41:32 -0700 (PDT) Received: from eu1sys200aog103.obsmtp.com (eu1sys200aog103.obsmtp.com. [207.126.144.115]) by mx.google.com with SMTP id u41si10811274eeb.100.2012.06.19.14.41.25 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jun 2012 14:41:31 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.115 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.115; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.115 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob103.postini.com ([207.126.147.11]) with SMTP ID DSNKT+DyBfB7aBWuHDhict1SLPNXxP3rST5N@postini.com; Tue, 19 Jun 2012 21:41:31 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id 88B1A41; Tue, 19 Jun 2012 21:40:35 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id 1C2124A; Tue, 19 Jun 2012 18:47:02 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay2.stm.gmessaging.net (Postfix) with ESMTPS id E726AA8065; Tue, 19 Jun 2012 23:40:47 +0200 (CEST) Received: from steludxu4075.lud.stericsson.com (10.230.100.153) by smtp.stericsson.com (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.3.83.0; Tue, 19 Jun 2012 23:40:56 +0200 From: Linus Walleij To: , Cc: Stephen Warren , Linus Walleij Subject: [PATCH] pinctrl/u300: drop unused variable Date: Tue, 19 Jun 2012 23:40:54 +0200 Message-ID: <1340142054-14077-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.9.2 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkq+ymCRX1SZdI7sRpc4agKaSXEIC2F+wT+F4xYwgmpldNcHu18WChofrcOkgTMOp6jYb2R From: Linus Walleij The "i" variable was left after the GPIO range cleanup moved to core. Signed-off-by: Linus Walleij --- drivers/pinctrl/pinctrl-u300.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-u300.c b/drivers/pinctrl/pinctrl-u300.c index 5f43f9a..a7ad8c1 100644 --- a/drivers/pinctrl/pinctrl-u300.c +++ b/drivers/pinctrl/pinctrl-u300.c @@ -1173,7 +1173,6 @@ out_no_resource: static int __devexit u300_pmx_remove(struct platform_device *pdev) { struct u300_pmx *upmx = platform_get_drvdata(pdev); - int i; pinctrl_unregister(upmx->pctl); iounmap(upmx->virtbase);