drivers/maru/maru_codec.c: Add zero at the end of svcodec_pci_table
authorEvgeny Voevodin <e.voevodin@samsung.com>
Mon, 17 Sep 2012 06:49:18 +0000 (10:49 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Mon, 17 Sep 2012 06:59:18 +0000 (10:59 +0400)
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
drivers/maru/maru_codec.c

index 2e17135d68ee9bd8bf962b5c2662407601733365..16bcdee2a0d59a4f009ad5c2f485f81c8905ab0a 100644 (file)
@@ -423,6 +423,7 @@ static struct pci_device_id svcodec_pci_table[] __devinitdata = {
                .subvendor = PCI_ANY_ID,
                .subdevice = PCI_ANY_ID,
        },
+       {},
 };
 MODULE_DEVICE_TABLE(pci, svcodec_pci_table);