[PATCH] drm: omapdrm: fix compiler errors

2014-07-30 Thread Tomi Valkeinen
Hi Dave, On 12/07/14 12:53, Russell King wrote: > Regular randconfig nightly testing has detected problems with omapdrm. > > omapdrm fails to build when the kernel is built to support 64-bit DMA > addresses and/or 64-bit physical addresses due to an assumption about > the width of these types. >

[PATCH] drm: omapdrm: fix compiler errors

2014-07-12 Thread Russell King
Regular randconfig nightly testing has detected problems with omapdrm. omapdrm fails to build when the kernel is built to support 64-bit DMA addresses and/or 64-bit physical addresses due to an assumption about the width of these types. Use %pad to print DMA addresses, rather than %x or %Zx (whic