From: Fabian Frederick Date: Thu, 22 May 2014 00:42:28 +0000 (+1000) Subject: fs/squashfs/squashfs.h: replace pr_warning by pr_warn X-Git-Tag: next-20140530~2^2~444 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4c5aab7cebcd4a137e4400ebbb7413bd29b9ee9d;p=karo-tx-linux.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 --- 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 @@ #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 *,