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: NPauli Nieminen <suokkos@gmail.com>
Showing
想要评论请 注册 或 登录