Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169029
b: refs/heads/master
c: cc9a2c8
h: refs/heads/master
i:
  169027: b28d409
v: v3
  • Loading branch information
Julia Lawall authored and Matt Turner committed Nov 30, 2009
1 parent 9a61b21 commit 67c7a0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04d8a9db89f00dee78d792d094dc573784ead643
refs/heads/master: cc9a2c8301683f73b7e0d1fc2cb5159110f3469f
2 changes: 2 additions & 0 deletions trunk/arch/alpha/kernel/core_marvel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,8 @@ marvel_agp_info(void)
* Allocate the info structure.
*/
agp = kmalloc(sizeof(*agp), GFP_KERNEL);
if (!agp)
return NULL;

/*
* Fill it in.
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/alpha/kernel/core_titan.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,8 @@ titan_agp_info(void)
* Allocate the info structure.
*/
agp = kmalloc(sizeof(*agp), GFP_KERNEL);
if (!agp)
return NULL;

/*
* Fill it in.
Expand Down

0 comments on commit 67c7a0c

Please sign in to comment.