On 02.02.2018 19:37, Markus Armbruster wrote: > From: Alistair Francis <alistair.fran...@xilinx.com> > > Replace a large number of the fprintf(stderr, "*\n" calls with > error_report(). The functions were renamed with these commands and then > compiler issues where manually fixed. [...] > Some lines where then manually tweaked to pass checkpatch. > > Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com> > > Conversions that aren't followed by exit() dropped, because they might > be inappropriate. > > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > hw/dma/soc_dma.c | 36 ++++++++++++++++++------------------ > 1 file changed, 18 insertions(+), 18 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>