OSDN Git Service

rtc: hym8563: Return -EINVAL if the time is known to be invalid
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / sound / sound_core.c
index 99b73c6..20d4e2e 100644 (file)
@@ -287,7 +287,8 @@ retry:
                                goto retry;
                        }
                        spin_unlock(&sound_loader_lock);
-                       return -EBUSY;
+                       r = -EBUSY;
+                       goto fail;
                }
        }