From a9eb36aa2780b3c7e3363bb392c804a55ae07422 Mon Sep 17 00:00:00 2001 From: Mike Isely Date: Sat, 21 Jan 2006 18:35:27 +0000 Subject: Cause tda9887 to use I2C_DRIVERID_TDA9887 The tda9887 has an I2C id reserved for it, but it hasn't been using it. Probably an oversight. Fixed with this patch. From: Mike Isely Signed-off-by: Mike Isely --- linux/drivers/media/video/tda9887.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c index 01cacd11a..0afa96336 100644 --- a/linux/drivers/media/video/tda9887.c +++ b/linux/drivers/media/video/tda9887.c @@ -940,7 +940,7 @@ static struct i2c_driver driver = { .name = "tda9887", .flags = I2C_DF_NOTIFY, #endif - .id = -1, /* FIXME */ + .id = I2C_DRIVERID_TDA9887, .attach_adapter = tda9887_probe, .detach_client = tda9887_detach, .command = tda9887_command, -- cgit v1.2.3