linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: vwool@ru.mvista.com (Vitaly Wool)
To: linux-fbdev-devel@lists.sourceforge.net
Subject: [PATCH] pnx4008: rename driver
Date: Thu, 9 Nov 2006 19:46:27 +0300	[thread overview]
Message-ID: <20061109164627.GC13505@ru.mvista.com> (raw)

Hello folks,

the patch inlined below makes the drivers' names less generic to avoid
possible confusion in future, as was requested by Russell King.

 drivers/video/pnx4008/pnxrgbfb.c |    2 +-
 drivers/video/pnx4008/sdum.c     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Signed-off-by: Vitaly Wool <vwool@ru.mvista.com>

Index: linux-2.6.18/drivers/video/pnx4008/pnxrgbfb.c
===================================================================
--- linux-2.6.18.orig/drivers/video/pnx4008/pnxrgbfb.c
+++ linux-2.6.18/drivers/video/pnx4008/pnxrgbfb.c
@@ -191,7 +191,7 @@ err:
 
 static struct platform_driver rgbfb_driver = {
 	.driver = {
-		.name = "rgbfb",
+		.name = "pnx4008-rgbfb",
 	},
 	.probe = rgbfb_probe,
 	.remove = rgbfb_remove,
Index: linux-2.6.18/drivers/video/pnx4008/sdum.c
===================================================================
--- linux-2.6.18.orig/drivers/video/pnx4008/sdum.c
+++ linux-2.6.18/drivers/video/pnx4008/sdum.c
@@ -848,7 +848,7 @@ static int sdum_remove(struct platform_d
 
 static struct platform_driver sdum_driver = {
 	.driver = {
-		.name = "sdum",
+		.name = "pnx4008-sdum",
 	},
 	.probe = sdum_probe,
 	.remove = sdum_remove,

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

             reply	other threads:[~2006-11-09 16:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-09 16:46 Vitaly Wool [this message]
2006-11-14 15:35 ` [PATCH] pnx4008: rename driver James Simmons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061109164627.GC13505@ru.mvista.com \
    --to=vwool@ru.mvista.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).