On Fri, 27 Apr 2018 14:36:12 +0200 David Hildenbrand <david@xxxxxxxxxx> wrote: > KVM is allocated with kzalloc(), so these members are already 0. I suppose that we will always have a zeroed allocation here, or things may suddenly break anyway. > > Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> > --- > arch/s390/kvm/kvm-s390.c | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>