/openbmc/qemu/qom/ |
H A D | qom-qobject.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
H A D | object.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/dump/ |
H A D | dump.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/hw/core/ |
H A D | numa.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/hw/usb/ |
H A D | bus.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/hw/s390x/ |
H A D | sclp.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
H A D | s390-pci-bus.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
H A D | s390-virtio-ccw.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/block/ |
H A D | replication.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/hw/intc/ |
H A D | xive.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/hw/block/ |
H A D | fdc.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/hw/i386/ |
H A D | x86.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_cpu_core.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|
/openbmc/qemu/ |
H A D | blockdev.c | diff 992861fb1e4cf410f30ec8f05bd2dc2a14a5a027 Tue Jul 07 11:06:04 CDT 2020 Markus Armbruster <armbru@redhat.com> error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is propagating to somewhere else, we can just as well receive it there right away. The previous two commits did that for sufficiently simple cases with Coccinelle. Do it for several more manually.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200707160613.848843-37-armbru@redhat.com>
|