Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137734
b: refs/heads/master
c: 87e3495
h: refs/heads/master
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 0eaa377 commit 153e39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ade0815c16734e8c25dbac9faf5b5d63bcccd533
refs/heads/master: 87e3495c316bf3b63512eb280fd4b2d6d3518755
5 changes: 1 addition & 4 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2412,10 +2412,7 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
hdw->usb_intf = intf;
hdw->usb_dev = interface_to_usbdev(intf);

scnprintf(hdw->bus_info,sizeof(hdw->bus_info),
"usb %s address %d",
dev_name(&hdw->usb_dev->dev),
hdw->usb_dev->devnum);
usb_make_path(hdw->usb_dev, hdw->bus_info, sizeof(hdw->bus_info));

ifnum = hdw->usb_intf->cur_altsetting->desc.bInterfaceNumber;
usb_set_interface(hdw->usb_dev,ifnum,0);
Expand Down

0 comments on commit 153e39a

Please sign in to comment.