From: Vyacheslav Dubeyko Date: Tue, 30 Apr 2013 22:27:58 +0000 (-0700) Subject: hfsplus: remove duplicated message prefix in hfsplus_block_free() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=865f38a3a3262d4a8a3d381a6899d2a6b7242244;p=linux-beck.git hfsplus: remove duplicated message prefix in hfsplus_block_free() Signed-off-by: Vyacheslav Dubeyko Cc: Christoph Hellwig Cc: Al Viro Cc: Hin-Tak Leung Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/hfsplus/bitmap.c b/fs/hfsplus/bitmap.c index 826e864acb54..d2954451519e 100644 --- a/fs/hfsplus/bitmap.c +++ b/fs/hfsplus/bitmap.c @@ -238,8 +238,7 @@ out: return 0; kaboom: - pr_crit("hfsplus: unable to mark blocks free: error %ld\n", - PTR_ERR(page)); + pr_crit("unable to mark blocks free: error %ld\n", PTR_ERR(page)); mutex_unlock(&sbi->alloc_mutex); return -EIO;