This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / media / dvb / bt8xx / dvb-bt8xx.c
index bd83230..77a37cf 100644 (file)
@@ -205,7 +205,7 @@ static struct dvb_bt8xx_card *dvb_bt8xx_find_by_pci(struct i2c_adapter *adap)
        if (NULL == dev) {
                /* shoudn't happen with 2.6.0-test7 + newer */
                printk("attach: Huh? i2c adapter not in sysfs tree?\n");
-               return NULL;
+               return 0;
        }
        pci = to_pci_dev(dev);
        list_for_each(item, &card_list) {