Re: [PATCH] hw/s390x/css: Remove double initialization

2020-09-09 Thread Cornelia Huck
On Mon, 7 Sep 2020 04:40:20 +0200 Philippe Mathieu-Daudé wrote: > Fix eventual copy/paste mistake introduced in commit bc994b74ea > ("s390x/css: Use static initialization for channel_subsys fields"). > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/s390x/css.c | 1 - > 1 file changed, 1 d

Re: [PATCH] hw/s390x/css: Remove double initialization

2020-09-07 Thread Thomas Huth
On 07/09/2020 04.40, Philippe Mathieu-Daudé wrote: > Fix eventual copy/paste mistake introduced in commit bc994b74ea > ("s390x/css: Use static initialization for channel_subsys fields"). > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/s390x/css.c | 1 - > 1 file changed, 1 deletion(-) > >

[PATCH] hw/s390x/css: Remove double initialization

2020-09-06 Thread Philippe Mathieu-Daudé
Fix eventual copy/paste mistake introduced in commit bc994b74ea ("s390x/css: Use static initialization for channel_subsys fields"). Signed-off-by: Philippe Mathieu-Daudé --- hw/s390x/css.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/s390x/css.c b/hw/s390x/css.c index 519dc91316d..9961c