Skip to content
Commit 34df1174 authored by Zheng Lv's avatar Zheng Lv Committed by Jiri Kosina
Browse files

fat: fix error message for bogus number of directory entries



"bogus directory-entries per block" was reported for what was instead
bogus number of directory entries. The message also mismatched the
argument passed to printk(), which was sbi->dir_entries.

Fix this by replacing the message with "bogus number of directory
entries". printk() argument was kept unchanged.

Signed-off-by: default avatarZheng Lv <lv.zheng.2015@gmail.com>
Acked-by: default avatarOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent dcc381e8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment