mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.6.5] Fix for patch to add class support to stallion.c
@ 2004-04-08 23:22 Hanna Linder
  2004-04-09 18:53 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Hanna Linder @ 2004-04-08 23:22 UTC (permalink / raw)
  To: linux-kernel; +Cc: gerg, greg, hannal


Oops. Realized I had a / in the file name in this patch too.

Please apply to correct it:

diff -Nrup -Xdontdiff linux-2.6.5/drivers/char/stallion.c linux-2.6.5p/drivers/char/stallion.c
--- linux-2.6.5/drivers/char/stallion.c	2004-04-08 16:14:33.000000000 -0700
+++ linux-2.6.5p/drivers/char/stallion.c	2004-04-08 16:16:11.000000000 -0700
@@ -3192,7 +3192,7 @@ int __init stl_init(void)
 		devfs_mk_cdev(MKDEV(STL_SIOMEMMAJOR, i),
 				S_IFCHR|S_IRUSR|S_IWUSR,
 				"staliomem/%d", i);
-		class_simple_device_add(stallion_class, MKDEV(STL_SIOMEMMAJOR, i), NULL, "staliomem/%d", i);
+		class_simple_device_add(stallion_class, MKDEV(STL_SIOMEMMAJOR, i), NULL, "staliomem%d", i);
 	}
 
 	stl_serial->owner = THIS_MODULE;


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-09 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-08 23:22 [PATCH 2.6.5] Fix for patch to add class support to stallion.c Hanna Linder
2004-04-09 18:53 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®