linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] UIO: Resend: Change driver name of uio_pdrv
@ 2008-09-18 21:03 Hans J. Koch
  2008-09-19  7:40 ` Uwe Kleine-König
  2008-09-23 23:25 ` patch uio-change-driver-name-of-uio_pdrv.patch added to gregkh-2.6 tree gregkh
  0 siblings, 2 replies; 5+ messages in thread
From: Hans J. Koch @ 2008-09-18 21:03 UTC (permalink / raw)
  To: Greg KH; +Cc: Uwe Kleine-König, LKML

The patch below was already discussed and accepted:
http://lkml.org/lkml/2008/7/7/409

It somehow got lost (probably because I forgot it when I sent my queue
to Greg...). So, here it is again:

-------------8<------------------------

The generic UIO platform device driver should be given a unique driver ID and
not just "uio". This is especially important since we now have a similar driver
named uio_pdrv_genirq. Currently, there's no user of this driver in the
mainline kernel.

Signed-off-by: Hans J. Koch <hjk@linutronix.de>
---
 drivers/uio/uio_pdrv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.26-rc/drivers/uio/uio_pdrv.c
===================================================================
--- linux-2.6.26-rc.orig/drivers/uio/uio_pdrv.c	2008-07-07 23:57:44.000000000 +0200
+++ linux-2.6.26-rc/drivers/uio/uio_pdrv.c	2008-07-07 23:58:26.000000000 +0200
@@ -12,7 +12,7 @@
 #include <linux/uio_driver.h>
 #include <linux/stringify.h>
 
-#define DRIVER_NAME "uio"
+#define DRIVER_NAME "uio_pdrv"
 
 struct uio_platdata {
 	struct uio_info *uioinfo;

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

end of thread, other threads:[~2008-09-23 23:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-18 21:03 [PATCH] UIO: Resend: Change driver name of uio_pdrv Hans J. Koch
2008-09-19  7:40 ` Uwe Kleine-König
2008-09-22 20:08   ` Hans J. Koch
2008-09-22 20:38     ` Uwe Kleine-König
2008-09-23 23:25 ` patch uio-change-driver-name-of-uio_pdrv.patch added to gregkh-2.6 tree gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).