diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-07-02 15:42:33 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-07-03 08:23:08 +0200 |
commit | 2cb1331d9d647643a52be770377ab67ea078fd99 (patch) | |
tree | c27989ede1f006b60bbdad0c7110e29f41bd2512 /sound/pcmcia/pdaudiocf/pdaudiocf.c | |
parent | 68cb2b559278858ef9f3a7722f95df88797c7840 (diff) | |
download | op-kernel-dev-2cb1331d9d647643a52be770377ab67ea078fd99.zip op-kernel-dev-2cb1331d9d647643a52be770377ab67ea078fd99.tar.gz |
ALSA: pdaudiocf: Remove superfluous pm_message_t argument from suspend
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pcmcia/pdaudiocf/pdaudiocf.c')
-rw-r--r-- | sound/pcmcia/pdaudiocf/pdaudiocf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf.c b/sound/pcmcia/pdaudiocf/pdaudiocf.c index 830839a..f9b5229 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf.c @@ -251,7 +251,7 @@ static int pdacf_suspend(struct pcmcia_device *link) snd_printdd(KERN_DEBUG "SUSPEND\n"); if (chip) { snd_printdd(KERN_DEBUG "snd_pdacf_suspend calling\n"); - snd_pdacf_suspend(chip, PMSG_SUSPEND); + snd_pdacf_suspend(chip); } return 0; |