aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/sh/aica.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sh/aica.c b/sound/sh/aica.c
index d49417bf78c6..9ca113326143 100644
--- a/sound/sh/aica.c
+++ b/sound/sh/aica.c
@@ -663,7 +663,7 @@ static int __init aica_init(void)
663 return err; 663 return err;
664 pd = platform_device_register_simple(SND_AICA_DRIVER, -1, 664 pd = platform_device_register_simple(SND_AICA_DRIVER, -1,
665 aica_memory_space, 2); 665 aica_memory_space, 2);
666 if (unlikely(IS_ERR(pd))) { 666 if (IS_ERR(pd)) {
667 platform_driver_unregister(&snd_aica_driver); 667 platform_driver_unregister(&snd_aica_driver);
668 return PTR_ERR(pd); 668 return PTR_ERR(pd);
669 } 669 }