All of lore.kernel.org
 help / color / mirror / Atom feed
From: "D. K." <user.vdr@gmail.com>
To: linux-media@vger.kernel.org
Cc: o.endriss@gmx.de
Subject: [PATCH] av7110: Fix driver name (against git)
Date: Sat, 16 Oct 2010 12:33:53 -0700	[thread overview]
Message-ID: <4CB9FE21.4060303@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

 This patch changes the name of the av7110  driver from the
generic "dvb" to "av7110", to be descriptive of the driver.

I've included Oliver Endriss's ack from the original post, which
contained a mangled patch.  The content of the patch is unchanged.

Signed-off-by: Derek Kelly <user.vdr@gmail.com <mailto:user.vdr@gmail.com>>
Acked-by: Oliver Endriss <o.endriss@gmx.de <mailto:o.endriss@gmx.de>>

[-- Attachment #2: av7110-fix_driver_name.diff --]
[-- Type: text/plain, Size: 389 bytes --]

--- v4l-dvb.orig/drivers/media/dvb/ttpci/av7110.c	2010-10-16 09:10:18.000000000 -0700
+++ v4l-dvb/drivers/media/dvb/ttpci/av7110.c	2010-10-16 12:20:10.000000000 -0700
@@ -2890,7 +2890,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);
 
 
 static struct saa7146_extension av7110_extension_driver = {
-	.name		= "dvb",
+	.name		= "av7110",
 	.flags		= SAA7146_USE_I2C_IRQ,
 
 	.module		= THIS_MODULE,

                 reply	other threads:[~2010-10-16 19:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4CB9FE21.4060303@gmail.com \
    --to=user.vdr@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=o.endriss@gmx.de \
    /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 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.