diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/arm/sa11xx-uda1341.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/sa11xx-uda1341.c b/sound/arm/sa11xx-uda1341.c index c7e1b2646193..e7ed868fa7c0 100644 --- a/sound/arm/sa11xx-uda1341.c +++ b/sound/arm/sa11xx-uda1341.c | |||
@@ -987,7 +987,7 @@ static int __init sa11xx_uda1341_init(void) | |||
987 | if (platform_get_drvdata(device)) | 987 | if (platform_get_drvdata(device)) |
988 | return 0; | 988 | return 0; |
989 | platform_device_unregister(device); | 989 | platform_device_unregister(device); |
990 | err = -ENODEV | 990 | err = -ENODEV; |
991 | } else | 991 | } else |
992 | err = PTR_ERR(device); | 992 | err = PTR_ERR(device); |
993 | platform_driver_unregister(&sa11xx_uda1341_driver); | 993 | platform_driver_unregister(&sa11xx_uda1341_driver); |