mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user