summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/md/bcache/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c
index fe8b0f44c7a9..e7eb7e8bfc81 100644
--- a/drivers/md/bcache/super.c
+++ b/drivers/md/bcache/super.c
@@ -413,7 +413,7 @@ retry:
if (order > sb->page_order)
goto retry;
- err = "Bad checksum";
+ err = "bad checksum reading superblock";
if (le64_to_cpu(sb->sb->csum) !=
__csum_set(sb->sb, le16_to_cpu(sb->sb->u64s),
le64_to_cpu(sb->sb->version) <