diff --git a/fs/fat/dir.c b/fs/fat/dir.c
index 814ad2c2ba808030dc95011e5cf41db0a5be1834..054acd9fd0331dc0ba6ad74473c4d5117569ff60 100644
--- a/fs/fat/dir.c
+++ b/fs/fat/dir.c
@@ -88,9 +88,7 @@ static int fat__get_entry(struct inode *dir, loff_t *pos,
 	int err, offset;
 
 next:
-	if (*bh)
-		brelse(*bh);
-
+	brelse(*bh);
 	*bh = NULL;
 	iblock = *pos >> sb->s_blocksize_bits;
 	err = fat_bmap(dir, iblock, &phys, &mapped_blocks, 0, false);