commit | 86e43f23c17126e32820a1b37d747d06f3056570 | [log] [tgz] |
---|---|---|
author | Joe Lawrence <joe.lawrence@redhat.com> | Mon Feb 04 14:56:51 2019 +0100 |
committer | Petr Mladek <pmladek@suse.com> | Wed Feb 06 11:00:58 2019 +0100 |
tree | f1aa71c9381712e7e13e24afe81afa3bfb53add1 | |
parent | ecba29f434a8fa333356d54d2491d174c4aab8de [diff] |
livepatch: return -ENOMEM on ptr_id() allocation failure Fixes the following smatch warning: lib/livepatch/test_klp_shadow_vars.c:47 ptr_id() warn: returning -1 instead of -ENOMEM is sloppy Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> Acked-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Petr Mladek <pmladek@suse.com>