]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a0c8d2d7d3202e83f9f0ce0d88ccf54487fed0f
tree7809f768c5baf4da1e73316cb1da36f2db8f87e1
parent3cef46183c7a8001a710d242754b2f0aa97aec1f
fealnx: Fix build breakage -- PR_CONT should be KERN_CONT

Commit b4a13f54 ("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