From: Jan Kiszka <jan.kiszka@domain.hid>
To: Wolfgang Grandegger <wg@domain.hid>
Cc: Xenomai-core@domain.hid
Subject: [Xenomai-core] [PATCH] terminate PCI ID tables of CAN drivers
Date: Sat, 29 Dec 2007 16:34:11 +0100 [thread overview]
Message-ID: <477668F3.3070802@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]
Hi Wolfgang,
interesting, 2.6.24 started to complain about this. This is just FYI, I
already committed it to trunk and 2.4.x.
Jan
Index: xenomai/ksrc/drivers/can/sja1000/rtcan_ixxat_pci.c
===================================================================
--- xenomai/ksrc/drivers/can/sja1000/rtcan_ixxat_pci.c (Revision 3330)
+++ xenomai/ksrc/drivers/can/sja1000/rtcan_ixxat_pci.c (Arbeitskopie)
@@ -74,6 +74,7 @@
static struct pci_device_id ixxat_pci_tbl[] = {
{IXXAT_PCI_VENDOR_ID, IXXAT_PCI_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ { }
};
MODULE_DEVICE_TABLE (pci, ixxat_pci_tbl);
Index: xenomai/ksrc/drivers/can/sja1000/rtcan_peak_pci.c
===================================================================
--- xenomai/ksrc/drivers/can/sja1000/rtcan_peak_pci.c (Revision 3330)
+++ xenomai/ksrc/drivers/can/sja1000/rtcan_peak_pci.c (Arbeitskopie)
@@ -78,6 +78,7 @@
static struct pci_device_id peak_pci_tbl[] = {
{PEAK_PCI_VENDOR_ID, PEAK_PCI_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ { }
};
MODULE_DEVICE_TABLE (pci, peak_pci_tbl);
Index: xenomai/ksrc/drivers/can/sja1000/rtcan_ems_pci.c
===================================================================
--- xenomai/ksrc/drivers/can/sja1000/rtcan_ems_pci.c (Revision 3330)
+++ xenomai/ksrc/drivers/can/sja1000/rtcan_ems_pci.c (Arbeitskopie)
@@ -98,6 +98,7 @@
static struct pci_device_id ems_pci_tbl[] = {
{EMS_PCI_VENDOR_ID, EMS_PCI_DEVICE_ID,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ { }
};
MODULE_DEVICE_TABLE (pci, ems_pci_tbl);
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 254 bytes --]
reply other threads:[~2007-12-29 15:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=477668F3.3070802@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=Xenomai-core@domain.hid \
--cc=wg@domain.hid \
/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 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.