projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f47da24
)
spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
author
Axel Lin
<axel.lin@ingics.com>
Tue, 4 Aug 2015 05:52:22 +0000
(13:52 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 4 Aug 2015 17:20:13 +0000
(18:20 +0100)
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>
drivers/spi/spi-pxa2xx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-pxa2xx.c
b/drivers/spi/spi-pxa2xx.c
index e924710e126c0901f1f120d1d2257561f7128332..246ffabc72c9d691a28e39b3677325e538361140 100644
(file)
--- 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[] = {
/* SPT-H */
{ PCI_VDEVICE(INTEL, 0xa129), LPSS_SPT_SSP },
{ PCI_VDEVICE(INTEL, 0xa12a), LPSS_SPT_SSP },
+ { },
};
static bool pxa2xx_spi_idma_filter(struct dma_chan *chan, void *param)