Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362838
b: refs/heads/master
c: 7c13e0d
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Yanfei authored and Tony Luck committed Mar 19, 2013
1 parent da96c7e commit 3f20ee1
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: ffa9095532d758cab6ecd6f161b08e338e7f64cb
refs/heads/master: 7c13e0d1e8f4eeb3537d9a0b6b70e464c5736854
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/mca_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ init_record_index_pools(void)

/* - 3 - */
slidx_pool.max_idx = (rec_max_size/sect_min_size) * 2 + 1;
slidx_pool.buffer = (slidx_list_t *)
slidx_pool.buffer =
kmalloc(slidx_pool.max_idx * sizeof(slidx_list_t), GFP_KERNEL);

return slidx_pool.buffer ? 0 : -ENOMEM;
Expand Down

0 comments on commit 3f20ee1

Please sign in to comment.