Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231677
b: refs/heads/master
c: ce4a37f
h: refs/heads/master
i:
  231675: ffc08ea
v: v3
  • Loading branch information
Jesper Juhl authored and David Woodhouse committed Dec 3, 2010
1 parent 4e7283e commit 5378ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 65ab220c30bc2120eaa39753cadec68616e3f906
refs/heads/master: ce4a37f7c93e9b12ac1452bedd823d73c43c0e63
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/tqm8xxl.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static int __init init_tqm_mtd(void)
goto error_mem;
}

map_banks[idx]->name = (char *)kmalloc(16, GFP_KERNEL);
map_banks[idx]->name = kmalloc(16, GFP_KERNEL);

if (!map_banks[idx]->name) {
ret = -ENOMEM;
Expand Down

0 comments on commit 5378ec2

Please sign in to comment.