From: Fabian Frederick Date: Wed, 4 Jun 2014 23:05:52 +0000 (-0700) Subject: fs/squashfs/squashfs.h: replace pr_warning by pr_warn X-Git-Tag: v5.15~17789^2~16^2~260 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=220108361f7cef9bc3ac0b4c84cb556d36ec2a6f;p=platform%2Fkernel%2Flinux-starfive.git fs/squashfs/squashfs.h: replace pr_warning by pr_warn Update the last pr_warning callsite in fs branch Signed-off-by: Fabian Frederick Cc: Phillip Lougher Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index 9e1bb79..887d6d2 100644 --- a/fs/squashfs/squashfs.h +++ b/fs/squashfs/squashfs.h @@ -25,7 +25,7 @@ #define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args) -#define WARNING(s, args...) pr_warning("SQUASHFS: "s, ## args) +#define WARNING(s, args...) pr_warn("SQUASHFS: "s, ## args) /* block.c */ extern int squashfs_read_data(struct super_block *, u64, int, u64 *,