Skip to content

Commit 3f68859

Browse files
authored
Merge pull request #208 from ryanbreen/feat/audio-bell-and-fixes
fix: remove per-block-read debug dot from MMIO block driver
2 parents 16ea806 + c9ecebd commit 3f68859

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/src/drivers/virtio/block_mmio.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ fn read_sector_inner(sector: u64, buffer: &mut [u8; SECTOR_SIZE]) -> Result<(),
396396
};
397397
if used_idx != state.last_used_idx {
398398
state.last_used_idx = used_idx;
399-
raw_char(b'.'); // Block read completed
400399
break;
401400
}
402401
timeout -= 1;

0 commit comments

Comments
 (0)