From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Nikula Subject: Re: [PATCH] spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match Date: Tue, 04 Aug 2015 08:58:40 +0300 Message-ID: <55C05490.500@linux.intel.com> References: <1438667542.8228.1.camel@ingics.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Robert Jarzmik , Daniel Mack , Haojian Zhuang , linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Axel Lin , Mark Brown Return-path: In-Reply-To: <1438667542.8228.1.camel-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On 08/04/2015 08:52 AM, Axel Lin wrote: > Signed-off-by: Axel Lin > --- > 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 }, > + { }, > }; > Oops, thanks for noticing! Acked-by: Jarkko Nikula -- 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