• T
    ALSA: hda/hdmi: Use single mutex unlock in error paths · f69548ff
    Takashi Iwai 提交于
    Instead of calling mutex_unlock() at each error path multiple times,
    take the standard goto-and-a-single-unlock approach.  This will
    simplify the code and make easier to find the unbalanced mutex locks.
    
    No functional changes, but only the code readability improvement as a
    preliminary work for further changes.
    Signed-off-by: NTakashi Iwai <tiwai@suse.de>
    f69548ff
patch_hdmi.c 105.3 KB