From: Stephen Hemminger Date: Tue, 30 Aug 2005 05:51:28 +0000 (-0700) Subject: [INET]: compile errors when DEBUG is defined X-Git-Tag: v2.6.14-rc1~1031 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8971fcb702e24d1e22c77fd1772f182ffee87e3;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed