On 27 February 2013 05:17, Peter Crosthwaite <peter.crosthwa...@xilinx.com> wrote: > Device model for Primecell PL330 DMA controller. > > Signed-off-by: Peter Crosthwaite <peter.crosthwa...@xilinx.com> > Signed-off-by: Kirill Batuzov <batuz...@ispras.ru> > Tested-by: Igor Mitsyanko <i.mitsya...@samsung.com>
> + 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 <peter.mayd...@linaro.org> thanks -- PMM