commit | 284b4c9289766c6294d4c6292aea565f78215b0e | [log] [tgz] |
---|---|---|
author | Wang YanQing <udknight@gmail.com> | Mon Sep 04 23:17:09 2017 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Sep 04 17:33:53 2017 +0200 |
tree | a38c9c32ba4a1d2ea7d10f2f37c557e7cc803c19 | |
parent | b06898d119f6b8dba7b318ad73558ce2d39161e8 [diff] |
ALSA: hda: Fix forget to free resource in error handling code path in hda_codec_driver_probe When hda_codec_driver_probe meet error and return failure, we need to free resource with patch_ops.free, or we will get resource leak. Signed-off-by: Wang YanQing <udknight@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>