Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45198
b: refs/heads/master
c: 7b37b06
h: refs/heads/master
v: v3
  • Loading branch information
akpm@osdl.org authored and Dave Jones committed Jan 3, 2007
1 parent c3810a3 commit 6fc253a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 7f02d687b44aba0cfc393102ea1ccc78eadf8a04
refs/heads/master: 7b37b064c294af350c462f77d7a9a44485a93684
9 changes: 5 additions & 4 deletions trunk/drivers/char/agp/sgi-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,11 @@ static int __devinit agp_sgi_init(void)
else
return 0;

sgi_tioca_agp_bridges =
(struct agp_bridge_data **)kmalloc(tioca_gart_found *
sizeof(struct agp_bridge_data *),
GFP_KERNEL);
sgi_tioca_agp_bridges = kmalloc(tioca_gart_found *
sizeof(struct agp_bridge_data *),
GFP_KERNEL);
if (!sgi_tioca_agp_bridges)
return -ENOMEM;

j = 0;
list_for_each_entry(info, &tioca_list, ca_list) {
Expand Down

0 comments on commit 6fc253a

Please sign in to comment.