diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-video.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c index d7e8fcee559c..55063a76a43a 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c | |||
@@ -1916,8 +1916,8 @@ static int __devinit cx8800_initdev(struct pci_dev *pci_dev, | |||
1916 | core->name); | 1916 | core->name); |
1917 | goto fail_unreg; | 1917 | goto fail_unreg; |
1918 | } | 1918 | } |
1919 | printk(KERN_INFO "%s/0: registered device video%d [v4l2]\n", | 1919 | printk(KERN_INFO "%s/0: registered device %s [v4l2]\n", |
1920 | core->name, dev->video_dev->num); | 1920 | core->name, video_device_node_name(dev->video_dev)); |
1921 | 1921 | ||
1922 | dev->vbi_dev = cx88_vdev_init(core,dev->pci,&cx8800_vbi_template,"vbi"); | 1922 | dev->vbi_dev = cx88_vdev_init(core,dev->pci,&cx8800_vbi_template,"vbi"); |
1923 | err = video_register_device(dev->vbi_dev,VFL_TYPE_VBI, | 1923 | err = video_register_device(dev->vbi_dev,VFL_TYPE_VBI, |
@@ -1927,8 +1927,8 @@ static int __devinit cx8800_initdev(struct pci_dev *pci_dev, | |||
1927 | core->name); | 1927 | core->name); |
1928 | goto fail_unreg; | 1928 | goto fail_unreg; |
1929 | } | 1929 | } |
1930 | printk(KERN_INFO "%s/0: registered device vbi%d\n", | 1930 | printk(KERN_INFO "%s/0: registered device %s\n", |
1931 | core->name, dev->vbi_dev->num); | 1931 | core->name, video_device_node_name(dev->vbi_dev)); |
1932 | 1932 | ||
1933 | if (core->board.radio.type == CX88_RADIO) { | 1933 | if (core->board.radio.type == CX88_RADIO) { |
1934 | dev->radio_dev = cx88_vdev_init(core,dev->pci, | 1934 | dev->radio_dev = cx88_vdev_init(core,dev->pci, |
@@ -1940,8 +1940,8 @@ static int __devinit cx8800_initdev(struct pci_dev *pci_dev, | |||
1940 | core->name); | 1940 | core->name); |
1941 | goto fail_unreg; | 1941 | goto fail_unreg; |
1942 | } | 1942 | } |
1943 | printk(KERN_INFO "%s/0: registered device radio%d\n", | 1943 | printk(KERN_INFO "%s/0: registered device %s\n", |
1944 | core->name, dev->radio_dev->num); | 1944 | core->name, video_device_node_name(dev->radio_dev)); |
1945 | } | 1945 | } |
1946 | 1946 | ||
1947 | /* everything worked */ | 1947 | /* everything worked */ |