[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11
[deliverable/linux.git] / drivers / media / video / bttv-i2c.c
index 77619eb131f61e600e3164f317702c3406c1c3e5..d6418c023d39070e0c2a2bb47913e1a6518c73bc 100644 (file)
@@ -300,7 +300,7 @@ static int attach_inform(struct i2c_client *client)
 
        if (bttv_debug)
                printk(KERN_DEBUG "bttv%d: %s i2c attach [addr=0x%x,client=%s]\n",
-                       btv->c.nr,client->driver->name,client->addr,
+                       btv->c.nr, client->driver->driver.name, client->addr,
                        client->name);
        if (!client->driver->command)
                return 0;
This page took 0.024689 seconds and 5 git commands to generate.