From: Jan Engelhardt Date: Thu, 17 May 2007 15:16:44 +0000 (+0200) Subject: USB: Fix debug output of ark3116 X-Git-Tag: v2.6.22-rc3~91^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b268f484f9d7ce91301091e0fb2c80e9e8caa3df;p=pandora-kernel.git USB: Fix debug output of ark3116 Fix debug output. Previously, it would output "0xFFFFFFB0" on 32-bit archs (and probably "0xFFFFFFFFFFFFFFB0" on 64-bits), because buf is taken as signed char, which is promoted to signed int, while %x always expects an unsigned int. Signed-off-by: Jan Engelhardt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed