From: Patrick Boettcher Date: Thu, 19 Oct 2006 11:17:43 +0000 (-0300) Subject: V4L/DVB (4778): Fixed device count X-Git-Tag: v2.6.20-rc2~85^2~18^2~105 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bf11f5e944b3bb7d310aff041a1664fb80a82078;p=~emulex%2Finfiniband.git V4L/DVB (4778): Fixed device count Forgot to increase the device count for the STK7700P-devices Signed-off-by: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index 92cf071ee97..1b1598d087b 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c @@ -318,7 +318,7 @@ struct dvb_usb_device_properties dib0700_devices[] = { }, }, - .num_device_descs = 4, + .num_device_descs = 5, .devices = { { "DiBcom STK7700P reference design", { &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },