From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij 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> Return-path: 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) Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: linux-gpio@vger.kernel.org, Linus Walleij , Amitoj Kaur Chawla 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(-) 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 */ -- 2.7.4