[PATCH 17/19] drm: inline drm_agp_destroy

2013-11-03 Thread Daniel Vetter
On Sun, Nov 03, 2013 at 02:43:44PM +0100, David Herrmann wrote: > Hi > > On Sun, Nov 3, 2013 at 2:31 PM, Daniel Vetter > wrote: > > Wrapping a kfree is pointless. > > > > Signed-off-by: Daniel Vetter > > --- > > I added that one dutifully to document the API in: > > commit 28ec711cd427f8b61f7

[PATCH 17/19] drm: inline drm_agp_destroy

2013-11-03 Thread David Herrmann
Hi On Sun, Nov 3, 2013 at 2:31 PM, Daniel Vetter wrote: > Wrapping a kfree is pointless. > > Signed-off-by: Daniel Vetter > --- I added that one dutifully to document the API in: commit 28ec711cd427f8b61f73712a43b8100ba8ca933b Author: David Herrmann Date: Sat Jul 27 16:37:00 2013 +0200

[PATCH 17/19] drm: inline drm_agp_destroy

2013-11-03 Thread Daniel Vetter
Wrapping a kfree is pointless. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_agpsupport.c | 15 --- drivers/gpu/drm/drm_pci.c| 2 +- include/drm/drm_agpsupport.h | 5 - 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/drivers/gpu/drm/drm_agpsupp