aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video
diff options
context:
space:
mode:
authorAkinobu Mita <akinobu.mita@gmail.com>2007-04-14 10:24:15 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 15:45:39 -0300
commit66ab6e023ebbb362b7cf42c8f56cc54a85fb7bb0 (patch)
tree2a7888e2c58064defab57feee9fcf463770b15ff /drivers/media/video
parentf2c340583c27f2f93ed1c720ae863ea601e1d74a (diff)
V4L/DVB (5513): Bt878: prevent probing wrong card entry
I got strange message when I did modprobe bt878: bt878_probe: card id=[0x0],[ <NULL> ] has DVB functions. The card_list array is terminated by sentinel entry. But this list is traversed by: for (i = 0, dvb_cards = card_list; i < ARRAY_SIZE(card_list); i++, dvb_cards++) { ... } in bt878_probe(). So this loop checks dummy sentinel entry, too. This patch removes unnecessary sentinel entry. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
0 files changed, 0 insertions, 0 deletions