forked from luck/tmp_suning_uos_patched
[PATCH] arguments out of order in class_device_create() call (s390)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
2d3c0b7bed
commit
f6b52e85a5
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue
Block a user