Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fealnx: Fix build breakage -- PR_CONT should be KERN_CONT
Commit ad361c9 ("Remove multiple KERN_ prefixes from printk formats") broke the build for fealnx because it added some "printk(PR_CONT ..." calls, when PR_CONT doesn't exist; it should be "printk(KERN_CONT ..." Signed-off-by: Roland Dreier <rolandd@cisco.com> Cc: Joe Perches <joe@perches.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information