All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
@ 2015-08-04  5:52 Axel Lin
       [not found] ` <1438667542.8228.1.camel-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Axel Lin @ 2015-08-04  5:52 UTC (permalink / raw)
  To: Mark Brown
  Cc: Jarkko Nikula, Robert Jarzmik, Daniel Mack, Haojian Zhuang,
	linux-spi-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Axel Lin <axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
---
 drivers/spi/spi-pxa2xx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c
index e924710..246ffab 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[] = {
 	/* 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)
-- 
2.1.0



--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-05 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04  5:52 [PATCH] spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match Axel Lin
     [not found] ` <1438667542.8228.1.camel-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
2015-08-04  5:58   ` Jarkko Nikula
     [not found]     ` <55C05490.500-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-08-05 19:07       ` Robert Jarzmik
2015-08-04 17:48   ` Applied "spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match" to the spi tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.