Message ID | 201001171542.27314.joep@groovytunes.nl (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
diff -r b76072d765c4 linux/drivers/media/video/cx88/cx88-cards.c --- a/linux/drivers/media/video/cx88/cx88-cards.c Tue Dec 29 18:48:04 2009 +0000 +++ b/linux/drivers/media/video/cx88/cx88-cards.c Sat Jan 16 16:44:36 2010 +0100 @@ -3436,8 +3436,8 @@ /* board config */ core->boardnr = UNSET; - if (card[core->nr] < ARRAY_SIZE(cx88_boards)) - core->boardnr = card[core->nr]; + //if (card[core->nr] < ARRAY_SIZE(cx88_boards)) + // core->boardnr = card[core->nr]; for (i = 0; UNSET == core->boardnr && i < ARRAY_SIZE(cx88_subids); i++) if (pci->subsystem_vendor == cx88_subids[i].subvendor && pci->subsystem_device == cx88_subids[i].subdevice)