Fix typo of chip-irq to chip->irq. Fixes: abbb5af1166f ("pinctrl: sx150x: use new nested IRQ infrastructure") Signed-off-by: Andrew Lunn <andrew@xxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html