summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-02-21 18:13:40 +0000
committerJaegeuk Kim <jaegeuk@kernel.org>2018-04-08 03:50:59 -0700
commit1f6bac14c10061c2556deb4bf50600971d911b50 (patch)
tree89a443c3b5b3ee3c9ab5694729d1217d5a5abf5a /tools/perf/scripts/python
parent946aefc7545d4eacf8f18ffac7db09a7d59e9b8f (diff)
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')
0 files changed, 0 insertions, 0 deletions