Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267593
b: refs/heads/master
c: 97c451c
h: refs/heads/master
i:
  267591: 38abf82
v: v3
  • Loading branch information
Akshay Joshi authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent ec92eb4 commit efb7ee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 553a1a5065e478b8e2e75d523b7dc5d39920910b
refs/heads/master: 97c451ca1094d9d1ed1f3bf7c7a8b65b783e37e0
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/stub_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,4 @@ struct usb_driver stub_driver = {
.id_table = stub_table,
.pre_reset = stub_pre_reset,
.post_reset = stub_post_reset,
};
};
3 changes: 1 addition & 2 deletions trunk/drivers/staging/usbip/stub_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ static int tweak_reset_device_cmd(struct urb *urb)
* longer unbinds. This allows the use of synchronous reset.
*/

if (usb_lock_device_for_reset(sdev->udev, sdev->interface)<0)
{
if (usb_lock_device_for_reset(sdev->udev, sdev->interface) < 0) {
dev_err(&urb->dev->dev, "could not obtain lock to reset device\n");
return 0;
}
Expand Down

0 comments on commit efb7ee7

Please sign in to comment.