From: Pauli Nieminen Date: Mon, 1 Mar 2010 09:37:11 +0000 (+0200) Subject: drm/radeon: Fix printf type warning in 64bit system. X-Git-Tag: v2.6.34-rc1~209^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a5cb5d594c18b3147a2288b00ea359c1a38cf8;p=pandora-kernel.git drm/radeon: Fix printf type warning in 64bit system. Type of iterator was promoted to unsigned long in 64bit systems. *header is small structure so it is alwas safe to cast return value of sizeof operator to int. Signed-off-by: Pauli Nieminen --- Reading git-diff-tree failed