diff options
author | Pavel Machek <pavel@ucw.cz> | 2005-04-17 02:25:27 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-17 02:25:27 +0400 |
commit | a291068991c4d0cc4c2bd533094422bf417c86dd (patch) | |
tree | df3494c807602bdaa5e83cd04bf61c24bcfa516d /drivers/media/video/tuner-core.c | |
parent | 8bf28030f3683f69669d08cb5b32bc46db3d22ae (diff) | |
download | linux-a291068991c4d0cc4c2bd533094422bf417c86dd.tar.xz |
[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/tuner-core.c')
-rw-r--r-- | drivers/media/video/tuner-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index 2f4e18d20b7a..eded776a2312 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c @@ -378,7 +378,7 @@ 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); |