[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-trivial] [PATCH 1/2] gt64xxx.c: fix length modifi
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [Qemu-trivial] [PATCH 1/2] gt64xxx.c: fix length modifier in DPRINTF format string |
Date: |
Mon, 26 Sep 2011 11:42:47 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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 <address@hidden>
> ---
> 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