summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget.c
diff options
context:
space:
mode:
authorBjorn Helgaas2008-09-04 22:24:51 +0200
committerMauro Carvalho Chehab2008-10-12 13:36:46 +0200
commit29e66a6ce84abe04bc809ddb35634752881dec79 (patch)
tree1ecb200aacc9c9f8eca3539ea645e53e0e34fcda /drivers/media/dvb/ttpci/budget.c
parentV4L/DVB (8554): media/video/Kconfig: cosmetic changes and convert select into... (diff)
downloadkernel-qcow2-linux-29e66a6ce84abe04bc809ddb35634752881dec79.tar.gz
kernel-qcow2-linux-29e66a6ce84abe04bc809ddb35634752881dec79.tar.xz
kernel-qcow2-linux-29e66a6ce84abe04bc809ddb35634752881dec79.zip
V4L/DVB: follow lspci device/vendor style
Use "[%04x:%04x]" for PCI vendor/device IDs to follow the format used by lspci(8). Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget.c')
-rw-r--r--drivers/media/dvb/ttpci/budget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c
index f0068996ac07..851e523fbffc 100644
--- a/drivers/media/dvb/ttpci/budget.c
+++ b/drivers/media/dvb/ttpci/budget.c
@@ -550,7 +550,7 @@ static void frontend_init(struct budget *budget)
}
if (budget->dvb_frontend == NULL) {
- printk("budget: A frontend driver was not found for device %04x/%04x subsystem %04x/%04x\n",
+ printk("budget: A frontend driver was not found for device [%04x:%04x] subsystem [%04x:%04x]\n",
budget->dev->pci->vendor,
budget->dev->pci->device,
budget->dev->pci->subsystem_vendor,