commit | 6986a0e2556df3dfb54c624b50b02936bd1e00ef | [log] [tgz] |
---|---|---|
author | Heloise NH <kernelpatch_update@163.com> | Fri Jul 17 09:42:06 2015 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 17 14:56:19 2015 +0200 |
tree | a7f0c62d91149f9227b46c9480ee8d40f7f89091 | |
parent | 3ce095c16263630dde46d6051854073edaacf3d7 [diff] |
ALSA: hda: fix kstrdup return value In kstrdup we should return -ENOMEM when it reports an memory allocation failure, while the -ENODEV is referred to a failure in finding the cpu node in the device tree. Signed-off-by: Heloise NH <kernelpatch_update@163.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>