diff options
author | Pavel Machek <pavel@ucw.cz> | 2005-04-16 18:25:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:25:26 -0400 |
commit | 8bf28030f3683f69669d08cb5b32bc46db3d22ae (patch) | |
tree | a42dc815087588ab706d421eb9229637de704df4 /drivers/pcmcia/m32r_cfc.c | |
parent | 05adc3b7458e97a1d0180828000207a403083389 (diff) |
[PATCH] fix u32 vs. pm_message_t in pcmcia
This fixes u32 vs. pm_message_t in pcmcia.
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/pcmcia/m32r_cfc.c')
-rw-r--r-- | drivers/pcmcia/m32r_cfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/m32r_cfc.c b/drivers/pcmcia/m32r_cfc.c index b0b7a7a41120..581bfa95429e 100644 --- a/drivers/pcmcia/m32r_cfc.c +++ b/drivers/pcmcia/m32r_cfc.c | |||
@@ -743,7 +743,7 @@ static struct pccard_operations pcc_operations = { | |||
743 | 743 | ||
744 | /*====================================================================*/ | 744 | /*====================================================================*/ |
745 | 745 | ||
746 | static int m32r_pcc_suspend(struct device *dev, u32 state, u32 level) | 746 | static int m32r_pcc_suspend(struct device *dev, pm_message_t state, u32 level) |
747 | { | 747 | { |
748 | int ret = 0; | 748 | int ret = 0; |
749 | if (level == SUSPEND_SAVE_STATE) | 749 | if (level == SUSPEND_SAVE_STATE) |