« Previous | Next » 

Revision ce8d2800

IDce8d2800f7858a3847a585d23a3e5e56bedf4e65

Added by Antony Pavlov almost 13 years ago

gt64xxx.c: fix length modifier in DPRINTF format string

The commit fc2bf44972349b078d8310466c3866615500e67f
changed the type of val argument of the function gt64120_writel()
from uint32_t to uint64_t, so we need to change the corresponding
length modifier from "%x" to "%" PRIx64.

Signed-off-by: Antony Pavlov <>
Signed-off-by: Stefan Hajnoczi <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences