From: Stephen Rothwell Date: Fri, 19 Oct 2007 06:41:11 +0000 (-0700) Subject: NULL terminate the pci_device_ids in pasemi_edac X-Git-Tag: v2.6.24-rc1~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b3e4c706c19dec10b11dac1b23071e3e4b262ad;p=pandora-kernel.git NULL terminate the pci_device_ids in pasemi_edac 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 Cc: Douglas Thompson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed