Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259489
b: refs/heads/master
c: 4b93bb3
h: refs/heads/master
i:
  259487: 5ddf809
v: v3
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 2d028b3 commit 22624cc
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: d012c2a5aca12abe1c7edc361447733861da9e95
refs/heads/master: 4b93bb37bb53ca6d44600a94a1bd9af781a12f0d
4 changes: 2 additions & 2 deletions trunk/drivers/staging/usbip/userspace/src/bind-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static const struct option longopts[] = {
{NULL, 0, NULL, 0}
};

static const char match_busid_path[] = "/sys/bus/usb/drivers/usbip/match_busid";
static const char match_busid_path[] = "/sys/bus/usb/drivers/usbip-host/match_busid";


static void show_help(void)
Expand Down Expand Up @@ -228,7 +228,7 @@ static int bind_to_usbip(char *busid)
for (i = 0; i < ninterface; i++) {
int ret;

ret = bind_interface(busid, configvalue, i, "usbip");
ret = bind_interface(busid, configvalue, i, "usbip-host");
if (ret < 0) {
g_warning("bind usbip at %s:%d.%d, failed",
busid, configvalue, i);
Expand Down

0 comments on commit 22624cc

Please sign in to comment.