Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48649
b: refs/heads/master
c: 1eaf122
h: refs/heads/master
i:
  48647: ca21198
v: v3
  • Loading branch information
Ahmed S. Darwish authored and Dave Jones committed Feb 6, 2007
1 parent f57797d commit 9f7021b
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: bf1e5989aa5783726c6a94931f92b34aa387ec30
refs/heads/master: 1eaf122cda2c135f90b9e610a847e6d4627b577c
3 changes: 2 additions & 1 deletion trunk/drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/pagemap.h>
#include <linux/agp_backend.h>
#include "agp.h"
Expand Down Expand Up @@ -846,7 +847,7 @@ static int intel_i915_remove_entries(struct agp_memory *mem,off_t pg_start,
*/
static int intel_i9xx_fetch_size(void)
{
int num_sizes = sizeof(intel_i830_sizes) / sizeof(*intel_i830_sizes);
int num_sizes = ARRAY_SIZE(intel_i830_sizes);
int aper_size; /* size in megabytes */
int i;

Expand Down

0 comments on commit 9f7021b

Please sign in to comment.