Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2365
b: refs/heads/master
c: ff71071
h: refs/heads/master
i:
  2363: 79414e9
v: v3
  • Loading branch information
gregkh@suse.de committed Jun 20, 2005
1 parent 687e636 commit 6f8f86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 126eddfbf8cae8a20c22708192bffcbd77c8a889
refs/heads/master: ff710710eae73990dd484ea8e37dba636452502b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static int __find_interface(struct device * dev, void * data)
*/
struct usb_interface *usb_find_interface(struct usb_driver *drv, int minor)
{
struct usb_interface *intf = (struct usb_interface *)minor;
struct usb_interface *intf = (struct usb_interface *)(long)minor;
int ret;

ret = driver_for_each_device(&drv->driver, NULL, &intf, __find_interface);
Expand Down

0 comments on commit 6f8f86a

Please sign in to comment.