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

Commit f6b52e85 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] arguments out of order in class_device_create() call (s390)

parent 2d3c0b7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -787,8 +787,8 @@ vmlogrdr_register_device(struct vmlogrdr_priv_t *priv) {
		return ret;
	}
	priv->class_device = class_device_create(
				NULL,
				vmlogrdr_class,
				NULL,
				MKDEV(vmlogrdr_major, priv->minor_num),
				dev,
				"%s", dev->bus_id );