]> Pileus Git - ~andy/linux/blobdiff - drivers/media/video/tda9887.c
V4L/DVB (3418): Cause tda9887 to use I2C_DRIVERID_TDA9887
[~andy/linux] / drivers / media / video / tda9887.c
index 5815649bdc78e316f3fd40c655530909a3986321..7c71422f5d3f05bddeb09cbed0b3e7b1f61e8411 100644 (file)
@@ -876,7 +876,7 @@ static int tda9887_resume(struct device * dev)
 /* ----------------------------------------------------------------------- */
 
 static struct i2c_driver driver = {
-       .id             = -1, /* FIXME */
+       .id             = I2C_DRIVERID_TDA9887,
        .attach_adapter = tda9887_probe,
        .detach_client  = tda9887_detach,
        .command        = tda9887_command,