diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-02-21 21:13:40 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2018-03-13 02:05:45 +0300 |
commit | 8fe326cb996f89bac50cee2fdb4febfcca6eb297 (patch) | |
tree | cdaaeb864d21596132e9acaafb880f318647a77a /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 46706d5917f4457a6befe7a39a15c89dbb1ce9ca (diff) | |
download | linux-8fe326cb996f89bac50cee2fdb4febfcca6eb297.tar.xz |
f2fs: remove redundant initialization of pointer 'p'
Pointer p is initialized with a value that is never read and is later
re-assigned a new value, hence the initialization is redundant and can
be removed.
Cleans up clang warning:
fs/f2fs/extent_cache.c:463:19: warning: Value stored to 'p' during
its initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions