mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl: Rename component_type enum
Rename component_type enum from COMPONENT_* to COMPONENT_TYPE_* Signed-off-by: Eduard Shishkin <edward6@linux.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
e09c675b70
commit
cf5f373142
+1
-1
@@ -271,7 +271,7 @@ int ngdump_get_dump_part(struct zg_fh *zg_fh)
|
||||
__func__, comp_entry.type,
|
||||
comp_entry.compdat.load_address);
|
||||
/* Is this a kernel image ? */
|
||||
if (comp_entry.type == COMPONENT_LOAD &&
|
||||
if (comp_entry.type == COMPONENT_TYPE_LOAD &&
|
||||
comp_entry.compdat.load_address == IMAGE_ENTRY)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user