[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion
[deliverable/linux.git] / drivers / media / video / tuner-core.c
index f0a579827a2416d0c132320ac8842118a220ae45..a155e99a263b5bfb26a006c42065da2017fda76c 100644 (file)
@@ -672,7 +672,7 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)
        return 0;
 }
 
-static int tuner_suspend(struct device *dev, u32 state, u32 level)
+static int tuner_suspend(struct device *dev, pm_message_t state, u32 level)
 {
        struct i2c_client *c = container_of (dev, struct i2c_client, dev);
        struct tuner *t = i2c_get_clientdata (c);
This page took 0.026739 seconds and 5 git commands to generate.