Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Al Viro and committed by
Linus Torvalds
f6b52e85 2d3c0b7b

+1 -1
+1 -1
drivers/s390/char/vmlogrdr.c
··· 787 787 return ret; 788 788 } 789 789 priv->class_device = class_device_create( 790 - NULL, 791 790 vmlogrdr_class, 791 + NULL, 792 792 MKDEV(vmlogrdr_major, priv->minor_num), 793 793 dev, 794 794 "%s", dev->bus_id );