zipl: remove duplicate statement

The duplicate statement does not have any effect. Therefore remove it.

Signed-off-by: Jens Remus <jremus@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jens Remus
2019-09-18 16:59:26 +02:00
committed by Jan Höppner
parent bc987c8d18
commit b0fe75b92f

View File

@@ -104,7 +104,6 @@ int sclp_hsa_get_size(unsigned long *hsa_size)
sccb = (void *)get_zeroed_page();
sccb->header.length = sizeof(*sccb);
sccb->header.length = sizeof(*sccb);
sccb->evbuf.header.length = sizeof(struct sdias_evbuf);
sccb->evbuf.header.type = EVTYP_SDIAS;
sccb->evbuf.event_qual = EQ_SIZE;