Commit c2517d34 authored by Todd Poynor's avatar Todd Poynor Committed by Tony Lindgren

[PATCH] ARM: OMAP: Fix audio driver miscompile

Fix audio driver miscompile
parent df0a9dd7
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment