Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354014
b: refs/heads/master
c: 94c947c
h: refs/heads/master
v: v3
  • Loading branch information
Omar Ramirez Luna authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent ecb6705 commit 1d4bbb4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7c256647b5ef8094ca3a6f43a442d6d8aac18058
refs/heads/master: 94c947cd4ec7c886df246f87255dc925e3a0a47f
3 changes: 1 addition & 2 deletions trunk/drivers/staging/tidspbridge/rmgr/dbdcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,7 @@ int dcd_register_object(struct dsp_uuid *uuid_obj,
goto func_end;
}

dcd_key->path = kmalloc(strlen(sz_reg_key) + 1,
GFP_KERNEL);
dcd_key->path = kmalloc(dw_path_size, GFP_KERNEL);

if (!dcd_key->path) {
kfree(dcd_key);
Expand Down

0 comments on commit 1d4bbb4

Please sign in to comment.