drm/radeon: Fix printf type warning in 64bit system.
authorPauli Nieminen <suokkos@gmail.com>
Mon, 1 Mar 2010 09:37:11 +0000 (11:37 +0200)
committerDave Airlie <airlied@ppcg5.localdomain>
Mon, 1 Mar 2010 11:21:37 +0000 (22:21 +1100)
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 <suokkos@gmail.com>

No differences found