Re: [Qemu-devel] [PATCH v2 6/6] pflash_cfi01: Fix debug mode printfery

2012-10-22 Thread Peter Maydell
On 22 October 2012 08:19, Peter Crosthwaite wrote: > This DPRINTF was throwing a warning due to a missing cast. > > Signed-off-by: Peter Crosthwaite Reviewed-by: Peter Maydell If you stick this earlier in the series with the other pflash patches they can easily be applied even if we're still a

[Qemu-devel] [PATCH v2 6/6] pflash_cfi01: Fix debug mode printfery

2012-10-22 Thread Peter Crosthwaite
This DPRINTF was throwing a warning due to a missing cast. Signed-off-by: Peter Crosthwaite --- hw/pflash_cfi01.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c index 6164a97..90c111d 100644 --- a/hw/pflash_cfi01.c +++ b/hw/pflas