From patchwork Tue Dec 11 13:35: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: 13473 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 DA86F23E1A for ; Tue, 11 Dec 2012 13:36:16 +0000 (UTC) Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com [209.85.223.170]) by fiordland.canonical.com (Postfix) with ESMTP id 8259BA1969D for ; Tue, 11 Dec 2012 13:36:16 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id k10so23070083iea.1 for ; Tue, 11 Dec 2012 05:36:15 -0800 (PST) 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=x8w6r1zHVYKr5PxVEFHqrMXL1J+yIrEltlc/q791euM=; b=belPEcMqPs9rlxQKgIM7AJx6nYL2WL3BP+CecvfyqkdFZrNsWFpNCTazv6Dmjmd5Nn OdI3xzwFpCW2/XFy9lUDhmPnZBCBpXh9Wk2h9xxv8hjUQ1nCIZ4Z9KxoZll1ER8dj67/ bPgIxatvUBvTTjuptjYhb0SNfUpLUrPODeiLEzO/Tk7ze4YDvRgv0gP3wpLYwSm+wR2P dCl9afAfKzyQNj70KyE3RN3C6CUbW5yVZpIbwxPeMi6zEuwHgrRjMS6zuCg3r29rK5+o 2kpxWL1Vb8vTHeEpjzv3iJk8Ju6rObrlahcBLiTxfUP3PCcnfEE19Yutvh3AzFf2qr6s rJ7g== Received: by 10.50.42.168 with SMTP id p8mr9720881igl.57.1355232975686; Tue, 11 Dec 2012 05:36:15 -0800 (PST) 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.50.67.148 with SMTP id n20csp131843igt; Tue, 11 Dec 2012 05:36:15 -0800 (PST) Received: by 10.14.184.131 with SMTP id s3mr60326470eem.38.1355232974754; Tue, 11 Dec 2012 05:36:14 -0800 (PST) Received: from eu1sys200aog104.obsmtp.com (eu1sys200aog104.obsmtp.com [207.126.144.117]) by mx.google.com with SMTP id j7si51345442eeo.30.2012.12.11.05.36.06 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Dec 2012 05:36:14 -0800 (PST) Received-SPF: neutral (google.com: 207.126.144.117 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.117; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.117 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-ap.st.com ([138.198.100.35]) (using TLSv1) by eu1sys200aob104.postini.com ([207.126.147.11]) with SMTP ID DSNKUMc2xsXbu48jrEHxUDb7auikLpNlA3BU@postini.com; Tue, 11 Dec 2012 13:36:14 UTC Received: from zeta.dmz-ap.st.com (ns6.st.com [138.198.234.13]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 80F1F131; Tue, 11 Dec 2012 13:27:51 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-ap.st.com (STMicroelectronics) with ESMTP id A42F9D15; Tue, 11 Dec 2012 13:36: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 9A40BA807E; Tue, 11 Dec 2012 14:35:56 +0100 (CET) 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, 11 Dec 2012 14:36:01 +0100 From: Linus Walleij To: , Cc: Stephen Warren , Anmar Oueja , Linus Walleij Subject: [PATCH 1/2] pinctrl: fix comment mistake Date: Tue, 11 Dec 2012 14:35:54 +0100 Message-ID: <1355232954-16559-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.11.3 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQmuD/lnImRREepDSer6omYZBre2Rge0QnZmE/bDxO+SUCDhWgdDCqKugSL4hxw1ChfhQG/x From: Linus Walleij This variable pertains to pinctrl handles not muxes specifically. Signed-off-by: Linus Walleij --- drivers/pinctrl/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c index 5cdee86..59f5a96 100644 --- a/drivers/pinctrl/core.c +++ b/drivers/pinctrl/core.c @@ -700,7 +700,7 @@ static struct pinctrl *create_pinctrl(struct device *dev) } } - /* Add the pinmux to the global list */ + /* Add the pinctrl handle to the global list */ list_add_tail(&p->node, &pinctrl_list); return p;