From: Bob Moore Date: Wed, 26 May 2010 03:47:13 +0000 (+0800) Subject: ACPICA: Core: Replace all %d format specifiers with %u (unsigned) X-Git-Tag: v2.6.36-rc1~491^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27d65975c252ff774edff8e01f0a9fd46d8ab62;p=pandora-kernel.git ACPICA: Core: Replace all %d format specifiers with %u (unsigned) With only a few exceptions, ACPICA does not use signed integers. Therefore, %d is incorrect. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed