Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
drivers/gpio/gpio-pca953x.c
··· 575 575 chip->gpio_chip.ngpio, 576 576 irq_base, 577 577 &pca953x_irq_simple_ops, 578 - NULL); 578 + chip); 579 579 if (!chip->domain) 580 580 return -ENODEV; 581 581