Skip to content

Commit

Permalink
[media] av7110: Fix driver name
Browse files Browse the repository at this point in the history
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>
Acked-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Derek Kelly authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent cec4e6c commit 6292925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/ttpci/av7110.c
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,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,
Expand Down

0 comments on commit 6292925

Please sign in to comment.