summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-05 20:04:56 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-11-05 20:04:56 -0200
commit7af33dc182a51e3feda1246207c939d8459dbd61 (patch)
tree81416520e5321725fa97909e5652ed7c87598893 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
parent1272389ee0a46d702d0dc471d791b9fae7668aed (diff)
parentb4efb4ebbf8e3e7d3d0230bf4a811f7dafeef9a0 (diff)
downloadmediapointer-dvb-s2-7af33dc182a51e3feda1246207c939d8459dbd61.tar.gz
mediapointer-dvb-s2-7af33dc182a51e3feda1246207c939d8459dbd61.tar.bz2
merge: http://linuxtv.org/hg/~anttip/af9015
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 6a1edbe93..447fcede8 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -2419,7 +2419,7 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
scnprintf(hdw->bus_info,sizeof(hdw->bus_info),
"usb %s address %d",
- hdw->usb_dev->dev.bus_id,
+ dev_name(&hdw->usb_dev->dev),
hdw->usb_dev->devnum);
ifnum = hdw->usb_intf->cur_altsetting->desc.bInterfaceNumber;