ASoC: Blackfin I2S: add lost platform_device parameter to resume function
authorBarry Song <barry.song@analog.com>
Thu, 17 Sep 2009 00:25:11 +0000 (20:25 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 17 Sep 2009 09:51:35 +0000 (10:51 +0100)
Commit dc7d7b830ee1 trimmed the platform_device parameter from all of the
suspend functions, but it also accidentally removed it from the resume
function in the Blackfin I2S driver.  So restore it.

Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found