diff options
author | Markus Elfring <[email protected]> | 2019-09-03 14:40:18 +0200 |
---|---|---|
committer | Jan Kara <[email protected]> | 2019-09-04 18:19:43 +0200 |
commit | 18c2433cb8af4938bee01a766a2389f80e73d4ae (patch) | |
tree | 1f5e54fe7f3c2955a502f93a57ad172fb7ac0c9a /scripts | |
parent | 8b47ea6c21cbf169c4c41ad6de1ac12fba5ddd8e (diff) |
ext2: Delete an unnecessary check before brelse()
The brelse() function tests whether its argument is NULL
and then returns immediately.
Thus the test around the call is not needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jan Kara <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions