projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26ec820
)
drivers/maru/maru_codec.c: Add zero at the end of svcodec_pci_table
author
Evgeny Voevodin
<e.voevodin@samsung.com>
Mon, 17 Sep 2012 06:49:18 +0000
(10:49 +0400)
committer
Evgeny 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
patch
|
blob
|
history
diff --git
a/drivers/maru/maru_codec.c
b/drivers/maru/maru_codec.c
index 2e17135d68ee9bd8bf962b5c2662407601733365..16bcdee2a0d59a4f009ad5c2f485f81c8905ab0a 100644
(file)
--- a/
drivers/maru/maru_codec.c
+++ b/
drivers/maru/maru_codec.c
@@
-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);