aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/cs46xx.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2005-04-16 18:25:37 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:25:37 -0400
commit3bfffd97ef913045080861d1898286ac8975c22a (patch)
tree482accb34d082f7460c8acc8db6e00331dbf3e29 /sound/oss/cs46xx.c
parent9bfd354b1b9c2f4faee121892bdfbc1490b51ab5 (diff)
[PATCH] fix u32 vs. pm_message_t in rest of the tree
This fixes u32 vs. pm_message_t confusion in remaining places. Fortunately there's few of them. 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 'sound/oss/cs46xx.c')
-rw-r--r--sound/oss/cs46xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/cs46xx.c b/sound/oss/cs46xx.c
index 8ce6b48f1881..9e42a1a67ca4 100644
--- a/sound/oss/cs46xx.c
+++ b/sound/oss/cs46xx.c
@@ -3640,7 +3640,7 @@ static int cs46xx_restart_part(struct cs_card *card)
3640 3640
3641static void cs461x_reset(struct cs_card *card); 3641static void cs461x_reset(struct cs_card *card);
3642static void cs461x_proc_stop(struct cs_card *card); 3642static void cs461x_proc_stop(struct cs_card *card);
3643static int cs46xx_suspend(struct cs_card *card, u32 state) 3643static int cs46xx_suspend(struct cs_card *card, pm_message_t state)
3644{ 3644{
3645 unsigned int tmp; 3645 unsigned int tmp;
3646 CS_DBGOUT(CS_PM | CS_FUNCTION, 4, 3646 CS_DBGOUT(CS_PM | CS_FUNCTION, 4,