]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()
authorCédric Le Goater <clg@redhat.com>
Wed, 22 May 2024 17:01:03 +0000 (19:01 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 24 Jun 2024 06:03:33 +0000 (08:03 +0200)
commit19a1740fd3eb31ffc5b73ed101f1e3847c546631
tree9818646f423ee21503405b28b0cd1631f683e945
parent4a6a90f30fa3b2973bbb6faf985466b4338f903f
hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()

Use the 'Error **errp' argument of s390_ccw_realize() instead and
remove the error_propagate() call.

Signed-off-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Reviewed-by: Anthony Krowiak <akrowiak@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240522170107.289532-4-clg@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/s390x/s390-ccw.c