]> Pileus Git - ~andy/linux/commitdiff
drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()
authorTommi Rantala <tt.rantala@gmail.com>
Fri, 9 Nov 2012 09:19:38 +0000 (09:19 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Nov 2012 06:06:26 +0000 (16:06 +1000)
alloc_apertures() already does the assignment for us, so assigning the
count member after the alloc_apertures() call is not needed.

Signed-off-by: Tommi Rantala <tt.rantala@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/mgag200/mgag200_main.c

index 857d71be9f0c7ff3f7217b2c599c8055c2eca03d..70dd3c5529d400f492b8cd113ce9fd0950036963 100644 (file)
@@ -142,7 +142,6 @@ static int mga_vram_init(struct mga_device *mdev)
 
        aper->ranges[0].base = mdev->mc.vram_base;
        aper->ranges[0].size = mdev->mc.vram_window;
-       aper->count = 1;
 
        remove_conflicting_framebuffers(aper, "mgafb", true);
        kfree(aper);