aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-09-07 04:40:20 +0200
committerCornelia Huck <cohuck@redhat.com>2020-10-02 13:52:49 +0200
commit715ff23ef2c49685da416f0233cd38d72bf4045e (patch)
tree35488a7e552a3becd06e5df39eb9d20d8912e29a /hw
parentb5ce42f5d138d7546f9faa2decbd6ee8702243a3 (diff)
downloadqemu-715ff23ef2c49685da416f0233cd38d72bf4045e.zip
qemu-715ff23ef2c49685da416f0233cd38d72bf4045e.tar.gz
qemu-715ff23ef2c49685da416f0233cd38d72bf4045e.tar.bz2
hw/s390x/css: Remove double initialization
Fix eventual copy/paste mistake introduced in commit bc994b74ea ("s390x/css: Use static initialization for channel_subsys fields"). Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20200907024020.854465-1-philmd@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/s390x/css.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/s390x/css.c b/hw/s390x/css.c
index 519dc91..9961cfe 100644
--- a/hw/s390x/css.c
+++ b/hw/s390x/css.c
@@ -353,7 +353,6 @@ static ChannelSubSys channel_subsys = {
.pending_crws = QTAILQ_HEAD_INITIALIZER(channel_subsys.pending_crws),
.do_crw_mchk = true,
.sei_pending = false,
- .do_crw_mchk = true,
.crws_lost = false,
.chnmon_active = false,
.indicator_addresses =