]> Pileus Git - ~andy/linux/commit
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)
commitb0e77f45a6da3f361d69680baeb0e133d0bc46c0
treedea3c8bbdfb54bd505099034372db48b6aee3e13
parent602286469cebc9dcd6391eb33199736b15b82483
drm/mgag200: remove unneeded aper->count assignment after alloc_apertures()

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