Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259485
b: refs/heads/master
c: 7d4de89
h: refs/heads/master
i:
  259483: efd8a0f
v: v3
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent e23965e commit 5d2c29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 27ed5da0b626680ddc1670e7b6cc106472ac14c4
refs/heads/master: 7d4de89f1965ec21a8c0b8de0cfbdd57094a2686
5 changes: 2 additions & 3 deletions trunk/drivers/staging/usbip/stub_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,8 @@ static int __init usbip_host_init(void)
{
int ret;

stub_priv_cache = kmem_cache_create("stub_priv",
sizeof(struct stub_priv), 0,
SLAB_HWCACHE_ALIGN, NULL);
stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN);

if (!stub_priv_cache) {
pr_err("kmem_cache_create failed\n");
return -ENOMEM;
Expand Down

0 comments on commit 5d2c29a

Please sign in to comment.