diff options
| author | Chao Yu <[email protected]> | 2020-08-10 18:38:45 +0800 |
|---|---|---|
| committer | Jaegeuk Kim <[email protected]> | 2020-09-10 14:03:30 -0700 |
| commit | 17d7648d9ce0c7d7e732252f0d976756c84d46aa (patch) | |
| tree | d123dce26a16c5edd56628b5aabe595b16784bd8 /tools/perf/scripts/python | |
| parent | 2e9b2bb250d5d1493eaf36215fbfe2cd76ce4f7c (diff) | |
f2fs: fix compile warning
This patch fixes below compile warning reported by LKP
(kernel test robot)
cppcheck warnings: (new ones prefixed by >>)
>> fs/f2fs/file.c:761:9: warning: Identical condition 'err', second condition is always false [identicalConditionAfterEarlyExit]
return err;
^
fs/f2fs/file.c:753:6: note: first condition
if (err)
^
fs/f2fs/file.c:761:9: note: second condition
return err;
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Chao Yu <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions