Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354531
b: refs/heads/master
c: ff69443
h: refs/heads/master
i:
  354529: 7d4c5de
  354527: 4e60ead
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 15, 2013
1 parent 50f7971 commit 3714533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 771f3eed631be02b08544fc46cdfd2558599cf5d
refs/heads/master: ff6944304eda0cfae6aad088d4a7c100b0215b92
4 changes: 2 additions & 2 deletions trunk/drivers/staging/usbip/stub_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,13 +526,13 @@ static void stub_disconnect(struct usb_interface *interface)
* when the device is being reset
*/

int stub_pre_reset(struct usb_interface *interface)
static int stub_pre_reset(struct usb_interface *interface)
{
dev_dbg(&interface->dev, "pre_reset\n");
return 0;
}

int stub_post_reset(struct usb_interface *interface)
static int stub_post_reset(struct usb_interface *interface)
{
dev_dbg(&interface->dev, "post_reset\n");
return 0;
Expand Down

0 comments on commit 3714533

Please sign in to comment.