Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267597
b: refs/heads/master
c: 9358354
h: refs/heads/master
i:
  267595: 312f08a
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 47601c1 commit 99b9e5d
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: 306dac699e02cb399f0c2546df8cb9f5bbee572c
refs/heads/master: 93583548585048812dc05a728d182a13213a9fd2
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 @@ -133,7 +133,7 @@ static int check_usbip_device(struct sysfs_class_device *cdev)
strlen(vhci_driver->hc_device->path))) {
/* found usbip device */
usbip_cdev = calloc(1, sizeof(*usbip_cdev));
if (!cdev) {
if (!usbip_cdev) {
dbg("calloc failed");
return -1;
}
Expand Down

0 comments on commit 99b9e5d

Please sign in to comment.