Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366282
b: refs/heads/master
c: ee68a3c
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Yanfei authored and Jiri Kosina committed Mar 18, 2013
1 parent 52832bf commit 4a24773
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: 8c655c9b49d7dda92cf346fa74e9d542dddd3551
refs/heads/master: ee68a3c6252611a9cbb03e5366bba8a700858480
3 changes: 1 addition & 2 deletions trunk/fs/befs/btree.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,7 @@ befs_btree_read(struct super_block *sb, befs_data_stream * ds,
goto error;
}

if ((this_node = (befs_btree_node *)
kmalloc(sizeof (befs_btree_node), GFP_NOFS)) == NULL) {
if ((this_node = kmalloc(sizeof (befs_btree_node), GFP_NOFS)) == NULL) {
befs_error(sb, "befs_btree_read() failed to allocate %u "
"bytes of memory", sizeof (befs_btree_node));
goto error;
Expand Down

0 comments on commit 4a24773

Please sign in to comment.