fs: blkdev.c: Fix a typo
This commit is contained in:
parent
3296330133
commit
98936adf87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue