Commit 4b93bb37 authored by matt mooney's avatar matt mooney Committed by Greg Kroah-Hartman

staging: usbip: userspace: bind_driver.c: update kernel module name

Change kernel module name to usbip-host.
Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d012c2a5
...@@ -27,7 +27,7 @@ static const struct option longopts[] = { ...@@ -27,7 +27,7 @@ static const struct option longopts[] = {
{NULL, 0, NULL, 0} {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) static void show_help(void)
...@@ -228,7 +228,7 @@ static int bind_to_usbip(char *busid) ...@@ -228,7 +228,7 @@ static int bind_to_usbip(char *busid)
for (i = 0; i < ninterface; i++) { for (i = 0; i < ninterface; i++) {
int ret; int ret;
ret = bind_interface(busid, configvalue, i, "usbip"); ret = bind_interface(busid, configvalue, i, "usbip-host");
if (ret < 0) { if (ret < 0) {
g_warning("bind usbip at %s:%d.%d, failed", g_warning("bind usbip at %s:%d.%d, failed",
busid, configvalue, i); busid, configvalue, i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment