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@xxxxxxxxx <mailto:user.vdr@xxxxxxxxx>> Acked-by: Oliver Endriss <o.endriss@xxxxxx <mailto:o.endriss@xxxxxx>>
--- 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,