On 27 February 2013 05:17, Peter Crosthwaite <[email protected]> wrote: > Device model for Primecell PL330 DMA controller. > > Signed-off-by: Peter Crosthwaite <[email protected]> > Signed-off-by: Kirill Batuzov <[email protected]> > Tested-by: Igor Mitsyanko <[email protected]>
> + error_setg(errp, "Bad value for i-cache_len property: %d\n", > + s->i_cache_len); error_setg() error strings shouldn't have trailing newlines (here and below). Fix that and you can mark the fixed patch as Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
