Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287431
b: refs/heads/master
c: 737912e
h: refs/heads/master
i:
  287429: 5a90658
  287427: 76760c1
  287423: 72452ef
v: v3
  • Loading branch information
Bart Westgeest authored and Greg Kroah-Hartman committed Feb 8, 2012
1 parent 34a1ce6 commit 7ba7489
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: 4c0029f01f4009d6ab149230026c9716bde96283
refs/heads/master: 737912e11bf5bd4874acc771d8511a6eab891fc5
4 changes: 2 additions & 2 deletions trunk/drivers/staging/usbip/stub_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ static int __init usbip_host_init(void)
{
int ret;

stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN);
init_busid_table();

stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN);
if (!stub_priv_cache) {
pr_err("kmem_cache_create failed\n");
return -ENOMEM;
Expand All @@ -266,7 +267,6 @@ static int __init usbip_host_init(void)
goto err_create_file;
}

init_busid_table();
pr_info(DRIVER_DESC " v" USBIP_VERSION "\n");
return ret;

Expand Down

0 comments on commit 7ba7489

Please sign in to comment.