Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192575
b: refs/heads/master
c: 83897ba
h: refs/heads/master
i:
  192573: de406e9
  192571: 548cc98
  192567: cae373a
  192559: dd83c96
  192543: 8305694
  192511: 9325e2b
v: v3
  • Loading branch information
Bill Pemberton authored and Jiri Kosina committed May 11, 2010
1 parent b5b738a commit 96846c3
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: 758ef749f3b1a4c5e6ba5b5bca5eae968a2c0c5f
refs/heads/master: 83897badcb20243465b67a5826dfdda50a052eb5
2 changes: 1 addition & 1 deletion trunk/drivers/char/agp/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ struct agp_memory *agp_generic_alloc_user(size_t page_count, int type)
return NULL;

for (i = 0; i < page_count; i++)
new->pages[i] = 0;
new->pages[i] = NULL;
new->page_count = 0;
new->type = type;
new->num_scratch_pages = pages;
Expand Down

0 comments on commit 96846c3

Please sign in to comment.