Merge tag 'gpio-fixes-v3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Pull GPIO fix from Linus Walleij: "Oneliner fix for the PCA 953x driver." * tag 'gpio-fixes-v3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: gpio: pca953x: fix irq_domain_add_simple usage
This commit is contained in:
@@ -575,7 +575,7 @@ static int pca953x_irq_setup(struct pca953x_chip *chip,
|
|||||||
chip->gpio_chip.ngpio,
|
chip->gpio_chip.ngpio,
|
||||||
irq_base,
|
irq_base,
|
||||||
&pca953x_irq_simple_ops,
|
&pca953x_irq_simple_ops,
|
||||||
NULL);
|
chip);
|
||||||
if (!chip->domain)
|
if (!chip->domain)
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user