From patchwork Fri Jul 22 15:45:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 72630 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1062995qga; Fri, 22 Jul 2016 08:45:42 -0700 (PDT) X-Received: by 10.98.41.195 with SMTP id p186mr6232671pfp.81.1469202342248; Fri, 22 Jul 2016 08:45:42 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r68si10159457pfb.169.2016.07.22.08.45.42; Fri, 22 Jul 2016 08:45:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-gpio-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-gpio-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751317AbcGVPpl (ORCPT + 4 others); Fri, 22 Jul 2016 11:45:41 -0400 Received: from mail-lf0-f51.google.com ([209.85.215.51]:34510 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbcGVPpk (ORCPT ); Fri, 22 Jul 2016 11:45:40 -0400 Received: by mail-lf0-f51.google.com with SMTP id l69so88292910lfg.1 for ; Fri, 22 Jul 2016 08:45:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=RxqX6BKNa7bRmdTrRojeLChffCDv54jWqS85UrtgGJY=; b=cQ82zQgcWL9YU5d7+/Bq/oFq3vWOlfoWErDGlquOAyBZKA3LrF1W6zdzTadyB/4tgX WUnfC1YYJBw+LUAZqh4rPwDEoog8fyYciydceVgodiX4cYj5ERNPVMHrnqMPqQptR2Hp XbqY26Y4lIc3lLO/NagZsserlEQ6y5If/2+EY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=RxqX6BKNa7bRmdTrRojeLChffCDv54jWqS85UrtgGJY=; b=VkvskZwW5F5TLbP4m4NGsnASTDhRtB+c2z3miLHS1xB3vWP+HV6XdmZkIEymUxQB2u Xo2MJAhdivpRfRRRSyzWpKMYyOoh1mql7idF0n7aAn3JWEx4gjxCi/0oYv7s+sr+iTww GQPwUIt/eObB6P0EXt1S1CQudv6W+tx/wt6NK1xRbCisKVlRSc5pqULKzaufhoMnBKzD HVvvfQzPPtkk9tLao8rWw+18VobjnPioLpTeTpXAXyk6saoGwD4wTskhzQGpOAAUqQe7 YgoHHojIY1IzwjuEvu6fYfR8YNmHTY6icunVhOHCd2jULX3hYdj+XqcuvBNP3PnIEmBu Dq9w== X-Gm-Message-State: AEkoouuqtTFV+rrnEjGFP74GUgS3LViadI5QOp1UWnysI229D1KNU62VG9pZ8wpf+o5VJKqV X-Received: by 10.25.126.2 with SMTP id z2mr2934723lfc.195.1469202334302; Fri, 22 Jul 2016 08:45:34 -0700 (PDT) Received: from linuslaptop.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id l70sm3031975lfe.28.2016.07.22.08.45.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jul 2016 08:45:33 -0700 (PDT) From: Linus Walleij To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: linux-gpio@vger.kernel.org, Linus Walleij , Amitoj Kaur Chawla Subject: [PATCH] pinctrl: xway: fix typo Date: Fri, 22 Jul 2016 17:45:26 +0200 Message-Id: <1469202326-9281-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org A typo in the previous commit to this file needs fixing. Cc: Amitoj Kaur Chawla Reported-by: kbuild test robot Fixes: 6b4316aecec0 ("pinctrl: xway: Change structure initialisation to c99 style") Signed-off-by: Linus Walleij --- drivers/pinctrl/pinctrl-xway.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/pinctrl/pinctrl-xway.c b/drivers/pinctrl/pinctrl-xway.c index dac88a2a1693..f3775f823e8b 100644 --- a/drivers/pinctrl/pinctrl-xway.c +++ b/drivers/pinctrl/pinctrl-xway.c @@ -1647,7 +1647,7 @@ static struct pinctrl_xway_soc danube_pinctrl = { .funcs = danube_funcs, .num_funcs = ARRAY_SIZE(danube_funcs), .exin = danube_exin_pin_map, - .num-exin = 3 + .num_exin = 3 }; /* XWAY xRX100 Family */