fealnx: Fix build breakage -- PR_CONT should be KERN_CONT
authorRoland Dreier <rdreier@cisco.com>
Thu, 9 Jul 2009 00:05:32 +0000 (17:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Jul 2009 00:35:02 +0000 (17:35 -0700)
Commit ad361c98 ("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>

No differences found