summaryrefslogtreecommitdiff
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2005-04-16 15:25:27 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 15:25:27 -0700
commita291068991c4d0cc4c2bd533094422bf417c86dd (patch)
treedf3494c807602bdaa5e83cd04bf61c24bcfa516d /drivers/media/video/tda9887.c
parent8bf28030f3683f69669d08cb5b32bc46db3d22ae (diff)
downloadlinux-3.10-a291068991c4d0cc4c2bd533094422bf417c86dd.tar.gz
linux-3.10-a291068991c4d0cc4c2bd533094422bf417c86dd.tar.bz2
linux-3.10-a291068991c4d0cc4c2bd533094422bf417c86dd.zip
[PATCH] fix u32 vs. pm_message_t in drivers/media
Here are fixes for drivers/media. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index 7fb063a2796..d9c3169f9a0 100644
--- a/drivers/media/video/tda9887.c
+++ b/drivers/media/video/tda9887.c
@@ -741,7 +741,7 @@ tda9887_command(struct i2c_client *client, unsigned int cmd, void *arg)
return 0;
}
-static int tda9887_suspend(struct device * dev, u32 state, u32 level)
+static int tda9887_suspend(struct device * dev, pm_message_t state, u32 level)
{
dprintk("tda9887: suspend\n");
return 0;