commit | b0e77f45a6da3f361d69680baeb0e133d0bc46c0 | [log] [tgz] |
---|---|---|
author | Tommi Rantala <tt.rantala@gmail.com> | Fri Nov 09 09:19:38 2012 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Tue Nov 20 16:06:26 2012 +1000 |
tree | dea3c8bbdfb54bd505099034372db48b6aee3e13 | |
parent | 602286469cebc9dcd6391eb33199736b15b82483 [diff] |
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>