From: Marcus Meissner <Marcus.Meissner@caldera.de>
To: charles.white@compaq.com, linux-kernel@vger.kernel.org,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
arrays@compaq.com
Subject: PATCH: cciss small pci id table patch
Date: Thu, 28 Jun 2001 17:33:50 +0200 [thread overview]
Message-ID: <20010628173350.A12535@caldera.de> (raw)
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);
next reply other threads:[~2001-06-28 15:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-28 15:33 Marcus Meissner [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-06-28 18:56 PATCH: cciss small pci id table patch White, Charles
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010628173350.A12535@caldera.de \
--to=marcus.meissner@caldera.de \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=arrays@compaq.com \
--cc=charles.white@compaq.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox