[PATCH 14/19] drm: ->agp_init can't fail

2013-11-03 Thread David Herrmann
Hi Daniel On Sun, Nov 3, 2013 at 2:31 PM, Daniel Vetter wrote: > Thanks to the removal of REQUIRE_AGP we can use a void return value > and shed a bit of complexity. > > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_pci.c | 3 +-- > drivers/gpu/drm/drm_stub.c | 7 ++- > include/d

[PATCH 14/19] drm: ->agp_init can't fail

2013-11-03 Thread Daniel Vetter
Thanks to the removal of REQUIRE_AGP we can use a void return value and shed a bit of complexity. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_pci.c | 3 +-- drivers/gpu/drm/drm_stub.c | 7 ++- include/drm/drmP.h | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff