]> git.baikalelectronics.ru Git - kernel.git/commit
[INET]: compile errors when DEBUG is defined
authorStephen Hemminger <shemminger@osdl.org>
Tue, 30 Aug 2005 05:51:28 +0000 (22:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Aug 2005 05:51:28 +0000 (22:51 -0700)
commit486846295bc721e9155e191550f1910394596690
treec5bb70df39b4816ceb86b77672c49115702f1e20
parentf91b3194d666964014313dbc3d25e5f24854e484
[INET]: compile errors when DEBUG is defined

Fix build problem found by compiling driver with DEBUG defined that used tcp.h.
Since pr_debug(arg) expands to printk("<7>" arg) the argument
needs to be string that can be concatenated.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_connection_sock.h