diff options
author | Will Deacon <[email protected]> | 2020-11-09 10:49:23 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2020-11-10 13:11:44 +0000 |
commit | 85f0b2fc917f8de4bca02d169ef7d23dbfc29155 (patch) | |
tree | 634d104c3acf59709394bb58a0b178c42b48eb25 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f969f03888b9438fdb227b6460d99ede5737326d (diff) |
arm64: kexec_file: Fix sparse warning
Sparse gets cross about us returning 0 from image_load(), which has a
return type of 'void *':
>> arch/arm64/kernel/kexec_image.c:130:16: sparse: sparse: Using plain integer as NULL pointer
Return NULL instead, as we don't use the return value for anything if it
does not indicate an error.
Cc: Benjamin Gwin <[email protected]>
Reported-by: kernel test robot <[email protected]>
Fixes: 108aa503657e ("arm64: kexec_file: try more regions if loading segments fails")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions