Skip to content

Commit

Permalink
[AGPGART] Remove pointless initialisation in intel-agp
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed May 30, 2006
1 parent 89197e3 commit 01af2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ static int intel_i915_remove_entries(struct agp_memory *mem,off_t pg_start,
static int intel_i915_fetch_size(void)
{
struct aper_size_info_fixed *values;
u32 temp, offset = 0;
u32 temp, offset;

#define I915_256MB_ADDRESS_MASK (1<<27)

Expand Down

0 comments on commit 01af2fa

Please sign in to comment.