diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2008-09-04 16:24:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:46 -0400 |
commit | 29e66a6ce84abe04bc809ddb35634752881dec79 (patch) | |
tree | 1ecb200aacc9c9f8eca3539ea645e53e0e34fcda /drivers/media/dvb/ttusb-budget | |
parent | 96f1e40431d4b0afc75474d7961f8dd98ef21112 (diff) |
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/ttusb-budget')
-rw-r--r-- | drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c b/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c index e6c9cd2e3b94..66ab0c6e9783 100644 --- a/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c +++ b/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c | |||
@@ -1614,7 +1614,7 @@ static void frontend_init(struct ttusb* ttusb) | |||
1614 | } | 1614 | } |
1615 | 1615 | ||
1616 | if (ttusb->fe == NULL) { | 1616 | if (ttusb->fe == NULL) { |
1617 | printk("dvb-ttusb-budget: A frontend driver was not found for device %04x/%04x\n", | 1617 | printk("dvb-ttusb-budget: A frontend driver was not found for device [%04x:%04x]\n", |
1618 | le16_to_cpu(ttusb->dev->descriptor.idVendor), | 1618 | le16_to_cpu(ttusb->dev->descriptor.idVendor), |
1619 | le16_to_cpu(ttusb->dev->descriptor.idProduct)); | 1619 | le16_to_cpu(ttusb->dev->descriptor.idProduct)); |
1620 | } else { | 1620 | } else { |