From: Todd Poynor Date: Tue, 3 Jan 2006 17:08:04 +0000 (-0800) Subject: [PATCH] ARM: OMAP: Fix audio driver miscompile X-Git-Tag: v2.6.15-omap2~38 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c2517d34c7998438c4225025397bfec2a9c9300b;p=linux-2.6-omap-h63xx.git [PATCH] ARM: OMAP: Fix audio driver miscompile Fix audio driver miscompile --- diff --git a/sound/oss/omap-audio.c b/sound/oss/omap-audio.c index 523dffd8992..38857007e70 100644 --- a/sound/oss/omap-audio.c +++ b/sound/oss/omap-audio.c @@ -360,7 +360,7 @@ static int audio_suspend(struct platform_device *pdev, pm_message_t mesg) * audio_resume(): Function to handle resume operations * *********************************************************************************/ -static int audio_resume(struct platform_device *dev) +static int audio_resume(struct platform_device *pdev) { int ret = 0;