On Mon, Sep 26, 2011 at 09:02:37AM +0400, Antony Pavlov wrote: > 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 <antonynpav...@gmail.com> > --- > hw/gt64xxx.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-)
When sending revised patches in the future, please include a version number in the subject line like "[PATCH v2 1/2] ..." so that it is easy to identify different revisions of the series. Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan