[PATCH] Fix up some pm_message_t types
Fix up some pm_message_t types Signed-Off-By: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
1f87b1e6e6
commit
e36d394deb
@ -650,7 +650,7 @@ static int aaci_do_resume(snd_card_t *card, unsigned int state)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int aaci_suspend(struct amba_device *dev, u32 state)
|
||||
static int aaci_suspend(struct amba_device *dev, pm_message_t state)
|
||||
{
|
||||
snd_card_t *card = amba_get_drvdata(dev);
|
||||
return card ? aaci_do_suspend(card) : 0;
|
||||
|
Reference in New Issue
Block a user