All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arguments out of order in class_device_create() call (s390)
@ 2005-10-29  6:06 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-10-29  6:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Greg Kroah-Hartman, linux-kernel

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC14-base/drivers/s390/char/vmlogrdr.c current/drivers/s390/char/vmlogrdr.c
--- RC14-base/drivers/s390/char/vmlogrdr.c	2005-10-28 22:35:58.000000000 -0400
+++ current/drivers/s390/char/vmlogrdr.c	2005-10-29 01:59:36.000000000 -0400
@@ -787,8 +787,8 @@
 		return ret;
 	}
 	priv->class_device = class_device_create(
-				NULL,
 				vmlogrdr_class,
+				NULL,
 				MKDEV(vmlogrdr_major, priv->minor_num),
 				dev,
 				"%s", dev->bus_id );

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-29  6:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-29  6:06 [PATCH] arguments out of order in class_device_create() call (s390) Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.