From: Dan Carpenter Date: Thu, 31 Jan 2013 08:19:09 +0000 (+0300) Subject: target: don't truncate the fail intr address X-Git-Tag: v3.9-rc1~71^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e48e7a5a345a727d5fd7a06bd6a9e6a67eae2bd;p=pandora-kernel.git target: don't truncate the fail intr address The temporary buffer was only 32 characters but ->last_intr_fail_ip_addr is a 48 character buffer. We don't need to use a temporary buffer at all, we can just print directly to "page". Signed-off-by: Dan Carpenter Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed