public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: cciss small pci id table patch
@ 2001-06-28 15:33 Marcus Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Marcus Meissner @ 2001-06-28 15:33 UTC (permalink / raw)
  To: charles.white, linux-kernel, Alan Cox, arrays

Hi,

The cciss driver in 2.4.5-ac19 is missing the terminating {0,}.

Ciao, Marcus

Index: drivers/block/cciss.c
===================================================================
RCS file: /build/mm/work/repository/linux-mm/drivers/block/cciss.c,v
retrieving revision 1.23
diff -u -r1.23 cciss.c
--- drivers/block/cciss.c	2001/05/27 18:05:54	1.23
+++ drivers/block/cciss.c	2001/06/28 15:27:34
@@ -63,6 +63,7 @@
                         0x0E11, 0x4080, 0, 0, 0},
 	{ PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB,
                         0x0E11, 0x4082, 0, 0, 0},
+	{0,}
 };
 MODULE_DEVICE_TABLE(pci, cciss_pci_device_id);
 

^ permalink raw reply	[flat|nested] 2+ messages in thread
* RE: PATCH: cciss small pci id table patch
@ 2001-06-28 18:56 White, Charles
  0 siblings, 0 replies; 2+ messages in thread
From: White, Charles @ 2001-06-28 18:56 UTC (permalink / raw)
  To: 'Marcus Meissner', linux-kernel, Alan Cox, Arrays

Yes, I agree...  pci.txt says it should end in a zero..   

I will include that change in my future updates as well... 

		-----Original Message-----
		From:	Marcus Meissner [mailto:Marcus.Meissner@caldera.de]
		Sent:	Thursday, June 28, 2001 10:34 AM
		To:	White, Charles; linux-kernel@vger.kernel.org; Alan
Cox; Arrays
		Subject:	PATCH: cciss small pci id table patch

		Hi,

		The cciss driver in 2.4.5-ac19 is missing the terminating
{0,}.

		Ciao, Marcus

		Index: drivers/block/cciss.c
	
===================================================================
		RCS file:
/build/mm/work/repository/linux-mm/drivers/block/cciss.c,v
		retrieving revision 1.23
		diff -u -r1.23 cciss.c
		--- drivers/block/cciss.c	2001/05/27 18:05:54	1.23
		+++ drivers/block/cciss.c	2001/06/28 15:27:34
		@@ -63,6 +63,7 @@
		                         0x0E11, 0x4080, 0, 0, 0},
		 	{ PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB,
		                         0x0E11, 0x4082, 0, 0, 0},
		+	{0,}
		 };
		 MODULE_DEVICE_TABLE(pci, cciss_pci_device_id);
		 

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

end of thread, other threads:[~2001-06-28 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-28 15:33 PATCH: cciss small pci id table patch Marcus Meissner
  -- strict thread matches above, loose matches on Subject: below --
2001-06-28 18:56 White, Charles

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox