temp revert rk change
[firefly-linux-kernel-4.4.55.git] / fs / fat / inode.c
index 894cb48704a21e60b0b889389cad8489b2a38e32..ab81a7e31157346788f877af9d726b7d930af139 100644 (file)
@@ -1283,7 +1283,7 @@ int fat_fill_super(struct super_block *sb, void *data, int silent,
        sb_min_blocksize(sb, 512);
        bh = sb_bread(sb, 0);
        if (bh == NULL) {
-               printk(KERN_DEBUG "FAT: unable to read boot sector\n");
+               printk(KERN_ERR "FAT: unable to read boot sector\n");
                goto out_fail;
        }
 
@@ -1349,7 +1349,7 @@ int fat_fill_super(struct super_block *sb, void *data, int silent,
                }
                bh = sb_bread(sb, 0);
                if (bh == NULL) {
-                       printk(KERN_DEBUG "FAT: unable to read boot sector"
+                       printk(KERN_ERR "FAT: unable to read boot sector"
                               " (logical sector size = %lu)\n",
                               sb->s_blocksize);
                        goto out_fail;