Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee8b890e authored by Linus Torvalds's avatar Linus Torvalds
Browse files
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
parents ce6fbaf1 e7a7f972
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,7 @@ static int pca953x_irq_setup(struct pca953x_chip *chip,
						chip->gpio_chip.ngpio,
						irq_base,
						&pca953x_irq_simple_ops,
						NULL);
						chip);
		if (!chip->domain)
			return -ENODEV;