mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09:00
staging: usbip: userspace: bind_driver.c: update kernel module name
Change kernel module name to usbip-host. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d012c2a5ac
commit
4b93bb37bb
@@ -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)
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user