* [PATCH] av7110: Fix driver name (against git)
@ 2010-10-16 19:33 D. K.
0 siblings, 0 replies; only message in thread
From: D. K. @ 2010-10-16 19:33 UTC (permalink / raw)
To: linux-media; +Cc: o.endriss
[-- 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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-16 19:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-16 19:33 [PATCH] av7110: Fix driver name (against git) D. K.
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.