On Wed, 24 Jun 2020 03:52:15 -0400 Janosch Frank <[email protected]> wrote:
> Let's initialize the structs at the beginning to ease reading and also > zeroing all other fields. This also makes the compiler stop > complaining about sense_id_ccw.flags being ored into when it's not > initialized. > > Signed-off-by: Janosch Frank <[email protected]> > Reviewed-by: Pierre Morel <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > Reviewed-by: David Hildenbrand <[email protected]> > Reviewed-by: Christian Borntraeger <[email protected]> > --- > pc-bios/s390-ccw/cio.c | 40 ++++++++++++++++++++++------------------ > 1 file changed, 22 insertions(+), 18 deletions(-) Reviewed-by: Cornelia Huck <[email protected]>
