The patch titled
NULL terminate the pci_device_ids in pasemi_edac
has been added to the -mm tree. Its filename is
null-terminate-the-pci_device_ids-in-pasemi_edac.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: NULL terminate the pci_device_ids in pasemi_edac
From: Stephen Rothwell <[EMAIL PROTECTED]>
Fixes:
drivers/edac/pasemi_edac: struct pci_device_id is 32 bytes. The last of 1 is:
0x00 0x00 0x19 0x59 0x00 0x00 0xa0 0x0a 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
FATAL: drivers/edac/pasemi_edac: struct pci_device_id is not terminated with a
NULL entry!
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
Cc: Douglas Thompson <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/edac/pasemi_edac.c | 1 +
1 file changed, 1 insertion(+)
diff -puN
drivers/edac/pasemi_edac.c~null-terminate-the-pci_device_ids-in-pasemi_edac
drivers/edac/pasemi_edac.c
---
a/drivers/edac/pasemi_edac.c~null-terminate-the-pci_device_ids-in-pasemi_edac
+++ a/drivers/edac/pasemi_edac.c
@@ -270,6 +270,7 @@ static void __devexit pasemi_edac_remove
static const struct pci_device_id pasemi_edac_pci_tbl[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_PASEMI, 0xa00a) },
+ { }
};
MODULE_DEVICE_TABLE(pci, pasemi_edac_pci_tbl);
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
null-terminate-the-pci_device_ids-in-pasemi_edac.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html