diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-18 13:07:43 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-18 13:07:43 -0400 |
commit | d5381e42f64ca19f05c5799ffae5708acb6ed411 (patch) | |
tree | 8b5e757a9847047102c475c6c583afc191d02e5b /sound/soc/mid-x86/sst_platform.c | |
parent | f030d60b30855e18ac5bf080fa9e576147623d18 (diff) | |
parent | b3c27b51db9112d03864fdef44fa611dd69c1425 (diff) |
ASoC: Merge branch 'for-2.6.39' into for-2.6.40
Fix trivial conflict caused by silly spelling fix patch.
Conflicts:
sound/soc/codecs/wm8994.c
Diffstat (limited to 'sound/soc/mid-x86/sst_platform.c')
-rw-r--r-- | sound/soc/mid-x86/sst_platform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/mid-x86/sst_platform.c b/sound/soc/mid-x86/sst_platform.c index d827edb3d544..9765fb81a5e3 100644 --- a/sound/soc/mid-x86/sst_platform.c +++ b/sound/soc/mid-x86/sst_platform.c | |||
@@ -446,7 +446,7 @@ static int sst_platform_remove(struct platform_device *pdev) | |||
446 | 446 | ||
447 | snd_soc_unregister_dais(&pdev->dev, ARRAY_SIZE(sst_platform_dai)); | 447 | snd_soc_unregister_dais(&pdev->dev, ARRAY_SIZE(sst_platform_dai)); |
448 | snd_soc_unregister_platform(&pdev->dev); | 448 | snd_soc_unregister_platform(&pdev->dev); |
449 | pr_debug("sst_platform_remove sucess\n"); | 449 | pr_debug("sst_platform_remove success\n"); |
450 | return 0; | 450 | return 0; |
451 | } | 451 | } |
452 | 452 | ||
@@ -469,7 +469,7 @@ module_init(sst_soc_platform_init); | |||
469 | static void __exit sst_soc_platform_exit(void) | 469 | static void __exit sst_soc_platform_exit(void) |
470 | { | 470 | { |
471 | platform_driver_unregister(&sst_platform_driver); | 471 | platform_driver_unregister(&sst_platform_driver); |
472 | pr_debug("sst_soc_platform_exit sucess\n"); | 472 | pr_debug("sst_soc_platform_exit success\n"); |
473 | } | 473 | } |
474 | module_exit(sst_soc_platform_exit); | 474 | module_exit(sst_soc_platform_exit); |
475 | 475 | ||