diff options
| author | Rong Tao <[email protected]> | 2022-11-09 22:34:25 +0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-11-30 16:13:17 -0800 |
| commit | fc0e7387926d7704ba54ff0d20db80051392583d (patch) | |
| tree | 0ae4922e89177b98de00e506590207888fbf20bf /tools/perf/scripts/python | |
| parent | 08fc35f31b9e14cb4e8ba5bf43f824559dbdbe88 (diff) | |
lib/radix-tree.c: fix uninitialized variable compilation warning
We need to set an initial value for offset to eliminate compilation
warning.
How to reproduce warning:
$ make -C tools/testing/radix-tree
radix-tree.c: In function `radix_tree_tag_clear':
radix-tree.c:1046:17: warning: `offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
1046 | node_tag_clear(root, parent, tag, offset);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Rong Tao <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions