Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[AGPGART] Remove pointless initialisation in intel-agp



Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 89197e34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)