From: Allan Stephens Date: Tue, 18 Jan 2011 18:31:32 +0000 (-0500) Subject: tipc: Fix print statements that assume pointers are 32-bit values X-Git-Tag: v2.6.39-rc1~468^2~274^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a61b52ebac3645b4e3c5b03c2073e6c8c119a8;p=pandora-kernel.git tipc: Fix print statements that assume pointers are 32-bit values Corrects print statements that use %x to print pointer values to use %p instead, so that 64-bit pointer values are displayed correctly. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed