Commit 01af2fac authored by Dave Jones's avatar Dave Jones

[AGPGART] Remove pointless initialisation in intel-agp

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 89197e34
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment