X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fexfat%2Fnls.c;h=705710f93e2ddd3c911df119b2c8e0ca5a9152cd;hb=e091ba5cf82714c8691d978781696cd1fc2dec70;hp=ef115e673406f2dade01124cb05a7f4bcabd812b;hpb=123db17ddff007080d464e785689fb14f94cbc7a;p=linux-2.6-microblaze.git diff --git a/fs/exfat/nls.c b/fs/exfat/nls.c index ef115e673406..705710f93e2d 100644 --- a/fs/exfat/nls.c +++ b/fs/exfat/nls.c @@ -509,7 +509,7 @@ static int exfat_utf8_to_utf16(struct super_block *sb, } if (unilen > MAX_NAME_LENGTH) { - exfat_err(sb, "failed to %s (estr:ENAMETOOLONG) nls len : %d, unilen : %d > %d", + exfat_debug(sb, "failed to %s (estr:ENAMETOOLONG) nls len : %d, unilen : %d > %d", __func__, len, unilen, MAX_NAME_LENGTH); return -ENAMETOOLONG; } @@ -671,7 +671,7 @@ static int exfat_load_upcase_table(struct super_block *sb, bh = sb_bread(sb, sector); if (!bh) { - exfat_err(sb, "failed to read sector(0x%llx)\n", + exfat_err(sb, "failed to read sector(0x%llx)", (unsigned long long)sector); ret = -EIO; goto free_table;