Skip to content

Commit

Permalink
fs/squashfs/squashfs.h: replace pr_warning by pr_warn
Browse files Browse the repository at this point in the history
Update the last pr_warning callsite in fs branch

Signed-off-by: Fabian Frederick <[email protected]>
Cc: Phillip Lougher <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Fabian Frederick authored and torvalds committed Jun 4, 2014
1 parent c473b2c commit 2201083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/squashfs/squashfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *,
Expand Down

0 comments on commit 2201083

Please sign in to comment.