| commit | a0995af69554cecd55c8d2b8c4e4418b84737fd0 | [log] [tgz] |
|---|---|---|
| author | Tiezhu Yang <[email protected]> | Tue Jun 28 07:27:59 2016 +0800 |
| committer | Jaegeuk Kim <[email protected]> | Fri Jul 08 10:33:27 2016 -0700 |
| tree | 8de196fe9a2ed778d4792a4ec3430f0d8ee0c604 | |
| parent | 64058be9c8e3579d7055e0b01d2bd9b294db3998 [diff] |
f2fs: remove unnecessary goto statement When base_addr is NULL, there is no need to call kzfree, it should return -ENOMEM directly. Additionally, it is better to initialize variable 'error' with 0. Signed-off-by: Tiezhu Yang <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>