diff options
author | 2020-08-10 18:38:45 +0800 | |
---|---|---|
committer | 2020-09-10 14:03:30 -0700 | |
commit | 17d7648d9ce0c7d7e732252f0d976756c84d46aa (patch) | |
tree | d123dce26a16c5edd56628b5aabe595b16784bd8 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | |
parent | f2fs: support 64-bits key in f2fs rb-tree node entry (diff) | |
download | wireguard-linux-17d7648d9ce0c7d7e732252f0d976756c84d46aa.tar.xz wireguard-linux-17d7648d9ce0c7d7e732252f0d976756c84d46aa.zip |
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 <lkp@intel.com>
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
0 files changed, 0 insertions, 0 deletions