diff options
author | 2020-07-23 21:15:18 -0700 | |
---|---|---|
committer | 2020-07-24 12:42:41 -0700 | |
commit | 45779b036d3d2870633443a9f9bd03c177befbf5 (patch) | |
tree | abef90c1a93704fe1dada6dc17f47adee09abc69 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way (diff) | |
download | linux-rng-45779b036d3d2870633443a9f9bd03c177befbf5.tar.xz linux-rng-45779b036d3d2870633443a9f9bd03c177befbf5.zip |
mm: initialize return of vm_insert_pages
clang static analysis reports a garbage return
In file included from mm/memory.c:84:
mm/memory.c:1612:2: warning: Undefined or garbage value returned to caller [core.uninitialized.UndefReturn]
return err;
^~~~~~~~~~
The setting of err depends on a loop executing. So initialize err.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200703155354.29132-1-trix@redhat.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions