aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2014-12-23 17:49:53 -0500
committerDave Chinner <david@fromorbit.com>2014-12-23 17:49:53 -0500
commitefdca7aa3c41bce7a092019b3f675fbaa3b8d23f (patch)
tree7fcf27db057926aa912c464954a5c8a5b00ea994 /fs/xfs/xfs_super.c
parentd31a1825450062b85282b4afed1c840fd306d012 (diff)
parent1a43ec03ddd40793db00dbc7340685f5accf6fc3 (diff)
Merge branch 'xfs-misc-fixes-for-3.20-1' into for-next
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r--fs/xfs/xfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 19cbda196369..22e6acaa0320 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -685,7 +685,7 @@ xfs_blkdev_get(
685 mp); 685 mp);
686 if (IS_ERR(*bdevp)) { 686 if (IS_ERR(*bdevp)) {
687 error = PTR_ERR(*bdevp); 687 error = PTR_ERR(*bdevp);
688 xfs_warn(mp, "Invalid device [%s], error=%d\n", name, error); 688 xfs_warn(mp, "Invalid device [%s], error=%d", name, error);
689 } 689 }
690 690
691 return error; 691 return error;