diff options
author | 2016-12-04 14:07:18 +0800 | |
---|---|---|
committer | 2016-12-04 10:51:42 +0100 | |
commit | 0de2788447b67891a31a156c0206fd159e4a8981 (patch) | |
tree | 98d278ca0d5ac41f73fa13f2046547e551ba8f87 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | EDAC, amd64: Improve amd64-specific printing macros (diff) | |
download | wireguard-linux-0de2788447b67891a31a156c0206fd159e4a8981.tar.xz wireguard-linux-0de2788447b67891a31a156c0206fd159e4a8981.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions