Merge tag 'tpmdd-next-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / fs / erofs / super.c
index be10b16..d5a6b9b 100644 (file)
@@ -158,8 +158,8 @@ static int erofs_read_superblock(struct super_block *sb)
        blkszbits = dsb->blkszbits;
        /* 9(512 bytes) + LOG_SECTORS_PER_BLOCK == LOG_BLOCK_SIZE */
        if (blkszbits != LOG_BLOCK_SIZE) {
-               erofs_err(sb, "blksize %u isn't supported on this platform",
-                         1 << blkszbits);
+               erofs_err(sb, "blkszbits %u isn't supported on this platform",
+                         blkszbits);
                goto out;
        }