Merge branch 'for-linus' of git://neil.brown.name/md
[deliverable/linux.git] / drivers / staging / go7007 / wis-saa7113.c
index 5c12b4d384595013bbd7667c7d5f0b70a035f837..bd925457f8b710ec8b44a86b7a32dddc22d0abfd 100644 (file)
@@ -289,6 +289,7 @@ static int wis_saa7113_probe(struct i2c_client *client,
        if (write_regs(client, initial_registers) < 0) {
                printk(KERN_ERR
                        "wis-saa7113: error initializing SAA7113\n");
+               i2c_set_clientdata(client, NULL);
                kfree(dec);
                return -ENODEV;
        }
This page took 0.040712 seconds and 5 git commands to generate.