From: Derek Kelly Date: Sat, 16 Oct 2010 19:33:53 +0000 (-0300) Subject: [media] av7110: Fix driver name X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=629292522a13b7e7f93ace8a5c79de2812c230a9;p=linux-edison.git [media] av7110: Fix driver name 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 Acked-by: Oliver Endriss Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index bc5683ef7f1..c453cd0a745 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c @@ -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,