Chao Yu 17d7648d9c 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>
2020-09-10 14:03:30 -07:00
..
2019-05-08 21:23:11 -07:00
2020-09-10 14:03:30 -07:00
2020-09-10 14:03:30 -07:00
2020-09-10 14:03:30 -07:00
2020-06-09 11:28:59 -07:00
2020-01-17 16:48:07 -08:00
2020-07-26 08:15:40 -07:00
2020-05-11 20:36:46 -07:00
2020-09-10 14:03:30 -07:00
2020-03-10 09:18:33 -07:00
2020-09-10 14:03:30 -07:00
2020-07-26 08:15:40 -07:00
2020-07-26 08:15:40 -07:00