Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1031786 authored by Cornelia Huck's avatar Cornelia Huck Committed by Martin Schwidefsky
Browse files

[S390] cio: Fix device attributes for early devices.



Don't forget to set dev->groups for early ccw devices like the
console device so the default attributes are created.

Signed-off-by: default avatarCornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 1842f2b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1123,6 +1123,7 @@ io_subchannel_probe (struct subchannel *sch)
		 * device, e.g. the console.
		 */
		cdev = sch->dev.driver_data;
		cdev->dev.groups = ccwdev_attr_groups;
		device_initialize(&cdev->dev);
		ccw_device_register(cdev);
		/*