diff options
Diffstat (limited to 'drivers/media/dvb/ttusb-dec/ttusb_dec.c')
-rw-r--r-- | drivers/media/dvb/ttusb-dec/ttusb_dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttusb-dec/ttusb_dec.c b/drivers/media/dvb/ttusb-dec/ttusb_dec.c index de5829b863fd..ab33fec8a19f 100644 --- a/drivers/media/dvb/ttusb-dec/ttusb_dec.c +++ b/drivers/media/dvb/ttusb-dec/ttusb_dec.c | |||
@@ -1665,7 +1665,7 @@ static int ttusb_dec_probe(struct usb_interface *intf, | |||
1665 | } | 1665 | } |
1666 | 1666 | ||
1667 | if (dec->fe == NULL) { | 1667 | if (dec->fe == NULL) { |
1668 | printk("dvb-ttusb-dec: A frontend driver was not found for device %04x/%04x\n", | 1668 | printk("dvb-ttusb-dec: A frontend driver was not found for device [%04x:%04x]\n", |
1669 | le16_to_cpu(dec->udev->descriptor.idVendor), | 1669 | le16_to_cpu(dec->udev->descriptor.idVendor), |
1670 | le16_to_cpu(dec->udev->descriptor.idProduct)); | 1670 | le16_to_cpu(dec->udev->descriptor.idProduct)); |
1671 | } else { | 1671 | } else { |