Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363336
b: refs/heads/master
c: 71bd5b7
h: refs/heads/master
v: v3
  • Loading branch information
Kurt Kanzenbach authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent a75d5b6 commit 3836f9b
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: b8ab0f2beeb9e0fc500078aa60c93131a0f2ffbf
refs/heads/master: 71bd5b76720493b60e9ba61e1aa4146f2edc22cd
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/userspace/libsrc/vhci_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static struct usbip_imported_device *imported_device_init(struct usbip_imported_
goto err;

memcpy(new_cdev, cdev, sizeof(*new_cdev));
dlist_unshift(idev->cdev_list, (void*) new_cdev);
dlist_unshift(idev->cdev_list, (void *) new_cdev);
}
}

Expand Down

0 comments on commit 3836f9b

Please sign in to comment.