Re: [PATCH] gpio: pci-idio-16: Fix PCI device ID code

2017-02-13 Thread Linus Walleij
On Tue, Feb 7, 2017 at 5:51 PM, William Breathitt Gray wrote: > The ACCES PCI-IDIO-16 has a PCI device ID code of 0x0DC8. It is > incorrect to use the PCI device ID code of the ACCES PCI-IIRO-8 > (0x0F00). This patch fixes the said PCI device ID code mismatch. > > Fixes: 02e74fc0401a ("gpio: Add

[PATCH] gpio: pci-idio-16: Fix PCI device ID code

2017-02-07 Thread William Breathitt Gray
The ACCES PCI-IDIO-16 has a PCI device ID code of 0x0DC8. It is incorrect to use the PCI device ID code of the ACCES PCI-IIRO-8 (0x0F00). This patch fixes the said PCI device ID code mismatch. Fixes: 02e74fc0401a ("gpio: Add GPIO support for the ACCES PCI-IDIO-16") Signed-off-by: William Breathitt