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)
commit2e3167308048ca6c810733384d8289082f7e4ec1
tree7809f768c5baf4da1e73316cb1da36f2db8f87e1
parent1d01e83557105e7b3bf1623ad2b814d55e1c2990
fealnx: Fix build breakage -- PR_CONT should be KERN_CONT

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>
drivers/net/fealnx.c