From: Andrew Lunn <andrew@lunn.ch>
To: linus.walleij@linaro.org
Cc: linux-gpio@vger.kernel.org, Andrew Lunn <andrew@lunn.ch>
Subject: [PATCH] pinctrl: pinctrl-sx150x.c: Fix typo in a previous patch
Date: Sun, 4 Dec 2016 23:01:08 +0100 [thread overview]
Message-ID: <1480888868-23331-1-git-send-email-andrew@lunn.ch> (raw)
Fix typo of chip-irq to chip->irq.
Fixes: abbb5af1166f ("pinctrl: sx150x: use new nested IRQ infrastructure")
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
y# Please enter the commit message for your changes. Lines starting
---
drivers/pinctrl/pinctrl-sx150x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-sx150x.c b/drivers/pinctrl/pinctrl-sx150x.c
index b81275dbb4a8..29fb7403d24e 100644
--- a/drivers/pinctrl/pinctrl-sx150x.c
+++ b/drivers/pinctrl/pinctrl-sx150x.c
@@ -1239,7 +1239,7 @@ static int sx150x_probe(struct i2c_client *client,
gpiochip_set_nested_irqchip(&pctl->gpio,
&pctl->irq_chip,
- client-irq);
+ client->irq);
}
/* Pinctrl_desc */
--
2.10.2
next reply other threads:[~2016-12-04 22:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-04 22:01 Andrew Lunn [this message]
2016-12-07 15:04 ` [PATCH] pinctrl: pinctrl-sx150x.c: Fix typo in a previous patch Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480888868-23331-1-git-send-email-andrew@lunn.ch \
--to=andrew@lunn.ch \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).