Skip to content

Commit

Permalink
V4L/DVB (4778): Fixed device count
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Patrick Boettcher authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent 0ce215e commit bf11f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/dvb-usb/dib0700_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] },
Expand Down

0 comments on commit bf11f5e

Please sign in to comment.