mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
66ab6e023e
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> |
||
---|---|---|
.. | ||
bt878.c | ||
bt878.h | ||
dst_ca.c | ||
dst_ca.h | ||
dst_common.h | ||
dst_priv.h | ||
dst.c | ||
dvb-bt8xx.c | ||
dvb-bt8xx.h | ||
Kconfig | ||
Makefile |