diff options
| author | Fabian Frederick <fabf@skynet.be> | 2014-06-04 16:05:52 -0700 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 11:00:18 +0200 |
| commit | 48c6575245ade540c7d257fd943bcfe7755f8037 (patch) | |
| tree | 126505716d9b01557180a180a4210bdb453d1608 /fs/squashfs | |
| parent | 7df0dd145de352b1cbdf36fbb3ba4ea92427d85f (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>
Change-Id: Ied766768f7b03e554bb31fab2a55cbb7286f5c8f
Diffstat (limited to 'fs/squashfs')
| -rw-r--r-- | fs/squashfs/squashfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index 9e1bb79f7..887d6d270 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 *, |
