diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 638d9ec38d7f..402a5db90e44 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -3004,7 +3004,6 @@ struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr) | |||
3004 | cx88_card_list(core, pci); | 3004 | cx88_card_list(core, pci); |
3005 | } | 3005 | } |
3006 | 3006 | ||
3007 | memset(&core->board, 0, sizeof(core->board)); | ||
3008 | memcpy(&core->board, &cx88_boards[core->boardnr], sizeof(core->board)); | 3007 | memcpy(&core->board, &cx88_boards[core->boardnr], sizeof(core->board)); |
3009 | 3008 | ||
3010 | if (!core->board.num_frontends) | 3009 | if (!core->board.num_frontends) |