diff options
-rw-r--r-- | drivers/media/video/tda9887.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c index 5815649bdc78..7c71422f5d3f 100644 --- a/drivers/media/video/tda9887.c +++ b/drivers/media/video/tda9887.c | |||
@@ -876,7 +876,7 @@ static int tda9887_resume(struct device * dev) | |||
876 | /* ----------------------------------------------------------------------- */ | 876 | /* ----------------------------------------------------------------------- */ |
877 | 877 | ||
878 | static struct i2c_driver driver = { | 878 | static struct i2c_driver driver = { |
879 | .id = -1, /* FIXME */ | 879 | .id = I2C_DRIVERID_TDA9887, |
880 | .attach_adapter = tda9887_probe, | 880 | .attach_adapter = tda9887_probe, |
881 | .detach_client = tda9887_detach, | 881 | .detach_client = tda9887_detach, |
882 | .command = tda9887_command, | 882 | .command = tda9887_command, |