diff options
Diffstat (limited to 'drivers/media/video/msp3400.c')
-rw-r--r-- | drivers/media/video/msp3400.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/media/video/msp3400.c b/drivers/media/video/msp3400.c index a23fb0338986..61b99b0d8583 100644 --- a/drivers/media/video/msp3400.c +++ b/drivers/media/video/msp3400.c | |||
@@ -1559,11 +1559,11 @@ static void msp_wake_thread(struct i2c_client *client); | |||
1559 | static struct i2c_driver driver = { | 1559 | static struct i2c_driver driver = { |
1560 | .owner = THIS_MODULE, | 1560 | .owner = THIS_MODULE, |
1561 | .name = "msp3400", | 1561 | .name = "msp3400", |
1562 | .id = I2C_DRIVERID_MSP3400, | 1562 | .id = I2C_DRIVERID_MSP3400, |
1563 | .flags = I2C_DF_NOTIFY, | 1563 | .flags = I2C_DF_NOTIFY, |
1564 | .attach_adapter = msp_probe, | 1564 | .attach_adapter = msp_probe, |
1565 | .detach_client = msp_detach, | 1565 | .detach_client = msp_detach, |
1566 | .command = msp_command, | 1566 | .command = msp_command, |
1567 | .driver = { | 1567 | .driver = { |
1568 | .suspend = msp_suspend, | 1568 | .suspend = msp_suspend, |
1569 | .resume = msp_resume, | 1569 | .resume = msp_resume, |
@@ -1574,7 +1574,7 @@ static struct i2c_client client_template = | |||
1574 | { | 1574 | { |
1575 | .name = "(unset)", | 1575 | .name = "(unset)", |
1576 | .flags = I2C_CLIENT_ALLOW_USE, | 1576 | .flags = I2C_CLIENT_ALLOW_USE, |
1577 | .driver = &driver, | 1577 | .driver = &driver, |
1578 | }; | 1578 | }; |
1579 | 1579 | ||
1580 | static int msp_attach(struct i2c_adapter *adap, int addr, int kind) | 1580 | static int msp_attach(struct i2c_adapter *adap, int addr, int kind) |