commit | 0de2788447b67891a31a156c0206fd159e4a8981 | [log] [tgz] |
---|---|---|
author | Pan Bian <bianpan2016@163.com> | Sun Dec 04 14:07:18 2016 +0800 |
committer | Borislav Petkov <bp@suse.de> | Sun Dec 04 10:51:42 2016 +0100 |
tree | 98d278ca0d5ac41f73fa13f2046547e551ba8f87 | |
parent | 5246c540073fb3d6f9aae87215f297e4895e89b3 [diff] |
EDAC, amd64: Fix improper return value When the call to zalloc_cpumask_var() fails, returning "false" seems improper. The real value of macro "false" is 0, and 0 means no error. Return -ENOMEM instead. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=189071 Signed-off-by: Pan Bian <bianpan2016@163.com> Cc: linux-edac <linux-edac@vger.kernel.org> Link: http://lkml.kernel.org/r/1480831638-5361-1-git-send-email-bianpan201604@163.com Signed-off-by: Borislav Petkov <bp@suse.de>