diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-08-04 01:52:22 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-04 13:20:13 -0400 |
commit | 94e5c23d3c52f58f4051810a15aeacc085127ad1 (patch) | |
tree | db12856caac294e7f3ae60689b52066eed7f8e53 /drivers/spi | |
parent | f47da2400e8828eda2ed4208fb312031f8b7d2ae (diff) |
spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index e924710e126c..246ffabc72c9 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c | |||
@@ -1300,6 +1300,7 @@ static const struct pci_device_id pxa2xx_spi_pci_compound_match[] = { | |||
1300 | /* SPT-H */ | 1300 | /* SPT-H */ |
1301 | { PCI_VDEVICE(INTEL, 0xa129), LPSS_SPT_SSP }, | 1301 | { PCI_VDEVICE(INTEL, 0xa129), LPSS_SPT_SSP }, |
1302 | { PCI_VDEVICE(INTEL, 0xa12a), LPSS_SPT_SSP }, | 1302 | { PCI_VDEVICE(INTEL, 0xa12a), LPSS_SPT_SSP }, |
1303 | { }, | ||
1303 | }; | 1304 | }; |
1304 | 1305 | ||
1305 | static bool pxa2xx_spi_idma_filter(struct dma_chan *chan, void *param) | 1306 | static bool pxa2xx_spi_idma_filter(struct dma_chan *chan, void *param) |