Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (4778): Fixed device count

Forgot to increase the device count for the STK7700P-devices

Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Patrick Boettcher and committed by
Mauro Carvalho Chehab
bf11f5e9 0ce215e1

+1 -1
+1 -1
drivers/media/dvb/dvb-usb/dib0700_devices.c
··· 318 318 }, 319 319 }, 320 320 321 - .num_device_descs = 4, 321 + .num_device_descs = 5, 322 322 .devices = { 323 323 { "DiBcom STK7700P reference design", 324 324 { &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },