fs: blkdev.c: Fix a typo

This commit is contained in:
Ksawlii 2024-12-18 18:20:04 +01:00
parent 3296330133
commit 98936adf87

View file

@ -173,7 +173,7 @@ s32 bdev_mread(struct super_block *sb, u64 secno, struct buffer_head **bh, u64 n
if (!(fsi->prev_eio & SDFAT_EIO_READ)) {
fsi->prev_eio |= SDFAT_EIO_READ;
sdfat_log_msg(sb, KERN_ERR, "%s: No bh. I/O error.", __func__);
#ifdev CONFIG_SDFAT_DEBUG
#ifdef CONFIG_SDFAT_DEBUG
sdfat_debug_warn_on(1);
#endif
}