Skip to content

Commit

Permalink
ASoC: Use platform device resource for S3C64xx IISv2
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Apr 30, 2009
1 parent abbc824 commit 7143755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/s3c24xx/s3c64xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev)
goto err;
}

ret = s3c_i2sv2_probe(pdev, dai, i2s,
dai->id ? S3C64XX_PA_IIS1 : S3C64XX_PA_IIS0);
ret = s3c_i2sv2_probe(pdev, dai, i2s, 0);
if (ret)
goto err_clk;

Expand Down

0 comments on commit 7143755

Please sign in to comment.