vserver 1.9.3
[linux-2.6.git] / drivers / media / video / dpc7146.c
index 3944f3f..d542444 100644 (file)
@@ -123,6 +123,7 @@ static int dpc_probe(struct saa7146_dev* dev)
        /* check if all devices are present */
        if( 0 == dpc->saa7111a ) {
                DEB_D(("dpc_v4l2.o: dpc_attach failed for this device.\n"));    
+               i2c_del_adapter(&dpc->i2c_adapter);
                kfree(dpc);
                return -ENODEV;
        }