* [PATCH] pinctrl: pinctrl-sx150x.c: Fix typo in a previous patch
@ 2016-12-04 22:01 Andrew Lunn
2016-12-07 15:04 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Lunn @ 2016-12-04 22:01 UTC (permalink / raw)
To: linus.walleij; +Cc: linux-gpio, Andrew Lunn
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pinctrl: pinctrl-sx150x.c: Fix typo in a previous patch
2016-12-04 22:01 [PATCH] pinctrl: pinctrl-sx150x.c: Fix typo in a previous patch Andrew Lunn
@ 2016-12-07 15:04 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2016-12-07 15:04 UTC (permalink / raw)
To: Andrew Lunn; +Cc: linux-gpio@vger.kernel.org
On Sun, Dec 4, 2016 at 11:01 PM, Andrew Lunn <andrew@lunn.ch> wrote:
> 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>
Fixed it up in-tree because I had to rebase it anyways since this was
not the only thing I screwed up.
> y# Please enter the commit message for your changes. Lines starting
Hehe? :)
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-07 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 22:01 [PATCH] pinctrl: pinctrl-sx150x.c: Fix typo in a previous patch Andrew Lunn
2016-12-07 15:04 ` Linus Walleij
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).