aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/av7110.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.c')
-rw-r--r--drivers/media/dvb/ttpci/av7110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c
index 0777e8f9544..3b641804f6c 100644
--- a/drivers/media/dvb/ttpci/av7110.c
+++ b/drivers/media/dvb/ttpci/av7110.c
@@ -2256,7 +2256,7 @@ static int frontend_init(struct av7110 *av7110)
2256 if (!av7110->fe) { 2256 if (!av7110->fe) {
2257 /* FIXME: propagate the failure code from the lower layers */ 2257 /* FIXME: propagate the failure code from the lower layers */
2258 ret = -ENOMEM; 2258 ret = -ENOMEM;
2259 printk("dvb-ttpci: A frontend driver was not found for device %04x/%04x subsystem %04x/%04x\n", 2259 printk("dvb-ttpci: A frontend driver was not found for device [%04x:%04x] subsystem [%04x:%04x]\n",
2260 av7110->dev->pci->vendor, 2260 av7110->dev->pci->vendor,
2261 av7110->dev->pci->device, 2261 av7110->dev->pci->device,
2262 av7110->dev->pci->subsystem_vendor, 2262 av7110->dev->pci->subsystem_vendor,