Skip to content

Commit 673752a

Browse files
mzaslonkAlexander Gordeev
authored andcommitted
s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()
Add missing IPL_TYPE_ECKD_DUMP case to ipl_init() creating ECKD ipl device attribute group similar to IPL_TYPE_ECKD case. Commit e2d2a29 ("s390/ipl: add eckd dump support") should have had it from the beginning. Fixes: e2d2a29 ("s390/ipl: add eckd dump support") Signed-off-by: Mikhail Zaslonko <[email protected]> Reviewed-by: Sven Schnelle <[email protected]> Signed-off-by: Alexander Gordeev <[email protected]>
1 parent 4711b7b commit 673752a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/s390/kernel/ipl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ static int __init ipl_init(void)
666666
&ipl_ccw_attr_group_lpar);
667667
break;
668668
case IPL_TYPE_ECKD:
669+
case IPL_TYPE_ECKD_DUMP:
669670
rc = sysfs_create_group(&ipl_kset->kobj, &ipl_eckd_attr_group);
670671
break;
671672
case IPL_TYPE_FCP:

0 commit comments

Comments
 (0)