[PATCH resend] drm: radeon: fix printk format warnings

2012-10-15 Thread Alex Deucher
Already partially fixed in: http://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-fixes-3.7=a1871936c0f4f10850a5671c5deb1a92fcca1155 which is in my radeon -fixes pull request. But Luca's patch missed the one in radeon_atpx_handler.c. I can fix that one separately or Dave can drop Luca's patch

[PATCH resend] drm: radeon: fix printk format warnings

2012-10-15 Thread Randy Dunlap
From: Randy Dunlap Fix printk format warnings in gpu/drm/radeon/: drivers/gpu/drm/radeon/radeon_atpx_handler.c:151:3: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'size_t' drivers/gpu/drm/radeon/radeon_acpi.c:204:3: warning: format '%lu'

Re: [PATCH resend] drm: radeon: fix printk format warnings

2012-10-15 Thread Alex Deucher
Already partially fixed in: http://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-fixes-3.7id=a1871936c0f4f10850a5671c5deb1a92fcca1155 which is in my radeon -fixes pull request. But Luca's patch missed the one in radeon_atpx_handler.c. I can fix that one separately or Dave can drop Luca's patch