On Sat, Sep 09, 2017 at 02:22:26PM +0800, Mao Zhongyi wrote: > ioh3420_interrupts_init() pass error message to local_err, then > propagate it to errp by error_propagate(), which is not necessary. > So eliminate it and pass errp directly instead of local_err. > > Cc: "Michael S. Tsirkin" <m...@redhat.com> > Cc: Marcel Apfelbaum <mar...@redhat.com> > Signed-off-by: Mao Zhongyi <maozy.f...@cn.fujitsu.com> > Reviewed-by: Eric Blake <ebl...@redhat.com> > Reviewed-by: Marcel Apfelbaum <mar...@redhat.com> > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > v4: > it not apply clearly on HEAD, so rebase it and modify the commit > message. > --- > > hw/pci-bridge/ioh3420.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>