aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/w100fb.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2005-04-16 18:25:36 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:25:36 -0400
commit9bfd354b1b9c2f4faee121892bdfbc1490b51ab5 (patch)
tree292b71ae99b8ad8d699237d6fc8b718636ef5f2d /drivers/video/w100fb.c
parent0370affeec3e751412e917aab931d8ba52680578 (diff)
[PATCH] fix u32 vs. pm_message_t in driver/video
This fixes u32 vs. pm_message_t confusion in drivers/video. Should change no code. 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/video/w100fb.c')
-rw-r--r--drivers/video/w100fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/w100fb.c b/drivers/video/w100fb.c
index 057e154c8858..58cd2ad84afb 100644
--- a/drivers/video/w100fb.c
+++ b/drivers/video/w100fb.c
@@ -544,7 +544,7 @@ static void w100fb_clear_buffer(void)
544 544
545 545
546#ifdef CONFIG_PM 546#ifdef CONFIG_PM
547static int w100fb_suspend(struct device *dev, u32 state, u32 level) 547static int w100fb_suspend(struct device *dev, pm_message_t state, u32 level)
548{ 548{
549 if (level == SUSPEND_POWER_DOWN) { 549 if (level == SUSPEND_POWER_DOWN) {
550 struct fb_info *info = dev_get_drvdata(dev); 550 struct fb_info *info = dev_get_drvdata(dev);