aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-06-04 19:05:52 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-04 19:53:52 -0400
commit220108361f7cef9bc3ac0b4c84cb556d36ec2a6f (patch)
treeb934bb1e976208d4ae4746e7b4ee1e782608bd68 /fs/squashfs
parentc473b2c6f6c6d012da98416b5de28cc48c4306c9 (diff)
fs/squashfs/squashfs.h: replace pr_warning by pr_warn
Update the last pr_warning callsite in fs branch Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: Phillip Lougher <phillip@squashfs.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/squashfs')
-rw-r--r--fs/squashfs/squashfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h
index 9e1bb79f7e6f..887d6d270080 100644
--- a/fs/squashfs/squashfs.h
+++ b/fs/squashfs/squashfs.h
@@ -25,7 +25,7 @@
25 25
26#define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args) 26#define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args)
27 27
28#define WARNING(s, args...) pr_warning("SQUASHFS: "s, ## args) 28#define WARNING(s, args...) pr_warn("SQUASHFS: "s, ## args)
29 29
30/* block.c */ 30/* block.c */
31extern int squashfs_read_data(struct super_block *, u64, int, u64 *, 31extern int squashfs_read_data(struct super_block *, u64, int, u64 *,