Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111814
b: refs/heads/master
c: 70666c7
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Hering authored and Jeff Garzik committed Sep 24, 2008
1 parent 4d5a788 commit b36e159
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 539b06fc73b1d470b9ecb3fe7af6d5f439322c08
refs/heads/master: 70666c71957b62c8e9ea5c0d999a4bfd214c80d2
3 changes: 2 additions & 1 deletion trunk/drivers/net/ehea/ehea_qmr.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,8 @@ static int ehea_create_busmap_callback(unsigned long pfn,
end_section = start_section + ((nr_pages * PAGE_SIZE) / EHEA_SECTSIZE);
mr_len = *(unsigned long *)arg;

ehea_bmap = kzalloc(sizeof(struct ehea_bmap), GFP_KERNEL);
if (!ehea_bmap)
ehea_bmap = kzalloc(sizeof(struct ehea_bmap), GFP_KERNEL);
if (!ehea_bmap)
return -ENOMEM;

Expand Down

0 comments on commit b36e159

Please sign in to comment.