diff options
author | Ivan Hu <[email protected]> | 2016-10-18 15:33:15 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-10-18 17:11:18 +0200 |
commit | 9c30a2199311df9a1f25d0586c96dfbb7e876cdf (patch) | |
tree | e95183b8ff423c019995af6b2ed8fbfbb4985de0 /tools/lib/api/debug.c | |
parent | 46b9b7135332d1e2c54e853108a5088ab28f2165 (diff) |
efi/efi_test: Fix uninitialized variable 'rv'
Fix minor issue found by CoverityScan:
520 kfree(name);
CID 1358932 (#1 of 1): Uninitialized scalar variable (UNINIT)17.
uninit_use: Using uninitialized value rv.
521 return rv;
522}
Signed-off-by: Ivan Hu <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Ivan Khoronzhuk <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/lib/api/debug.c')
0 files changed, 0 insertions, 0 deletions