ALSA: core: Remove superfluous exit calls for proc entries
authorTakashi Iwai <tiwai@suse.de>
Wed, 22 Apr 2015 19:33:41 +0000 (21:33 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 24 Apr 2015 15:31:04 +0000 (17:31 +0200)
commitb046d244e2290e3d114af2e91503ee3d08fc605a
treefc70f513324fd3bc1a729cb30df6094ea086a273
parent644dbd64dcf0939e9838132a72d2ec9489496eb8
ALSA: core: Remove superfluous exit calls for proc entries

Since each proc entry is freed automatically by the parent, we don't
have to take care of its life cycle any longer.  This allows us to
reduce a few more lines of codes.

Acked-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/core.h
sound/core/info.c
sound/core/init.c
sound/core/sound.c
sound/core/sound_oss.c