diff --git a/sound/sound_core.c b/sound/sound_core.c index 359753fc24e1..549d223a29e4 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c @@ -287,7 +287,8 @@ retry: goto retry; } spin_unlock(&sound_loader_lock); - return -EBUSY; + r = -EBUSY; + goto fail; } }