aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/msp3400.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/msp3400.c')
-rw-r--r--drivers/media/video/msp3400.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/msp3400.c b/drivers/media/video/msp3400.c
index d996ec99caff..c97df705df5e 100644
--- a/drivers/media/video/msp3400.c
+++ b/drivers/media/video/msp3400.c
@@ -1426,7 +1426,7 @@ static int msp_detach(struct i2c_client *client);
1426static int msp_probe(struct i2c_adapter *adap); 1426static int msp_probe(struct i2c_adapter *adap);
1427static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg); 1427static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg);
1428 1428
1429static int msp_suspend(struct device * dev, u32 state, u32 level); 1429static int msp_suspend(struct device * dev, pm_message_t state, u32 level);
1430static int msp_resume(struct device * dev, u32 level); 1430static int msp_resume(struct device * dev, u32 level);
1431 1431
1432static void msp_wake_thread(struct i2c_client *client); 1432static void msp_wake_thread(struct i2c_client *client);
@@ -1834,7 +1834,7 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg)
1834 return 0; 1834 return 0;
1835} 1835}
1836 1836
1837static int msp_suspend(struct device * dev, u32 state, u32 level) 1837static int msp_suspend(struct device * dev, pm_message_t state, u32 level)
1838{ 1838{
1839 struct i2c_client *c = container_of(dev, struct i2c_client, dev); 1839 struct i2c_client *c = container_of(dev, struct i2c_client, dev);
1840 1840