Merge branch 'for-2.6.30' into for-2.6.31

This commit is contained in:
Mark Brown
2009-05-12 10:53:33 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -992,6 +992,9 @@ static int soc_remove(struct platform_device *pdev)
struct snd_soc_platform *platform = card->platform;
struct snd_soc_codec_device *codec_dev = socdev->codec_dev;
if (!card->instantiated)
return 0;
run_delayed_work(&card->delayed_work);
if (platform->remove)